mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-30 17:02:04 +08:00 
			
		
		
		
	update: short payment generate key
This commit is contained in:
		| @@ -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, '保存失败'); | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user