update: short payment generate key

This commit is contained in:
tokumeikoi 2021-08-20 23:42:07 +09:00
parent e6416712f0
commit 303d4a1c66

View File

@ -61,7 +61,7 @@ class PaymentController extends Controller
'name' => $request->input('name'),
'payment' => $request->input('payment'),
'config' => $request->input('config'),
'uuid' => Helper::guid()
'uuid' => Helper::randomChar(8)
])) {
abort(500, '保存失败');
}