mirror of
https://github.com/v2board/v2board.git
synced 2025-01-10 16:19:10 +08:00
update: short payment generate key
This commit is contained in:
parent
e6416712f0
commit
303d4a1c66
@ -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, '保存失败');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user