mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	update: short payment generate key
This commit is contained in:
		| @@ -61,7 +61,7 @@ class PaymentController extends Controller | |||||||
|             'name' => $request->input('name'), |             'name' => $request->input('name'), | ||||||
|             'payment' => $request->input('payment'), |             'payment' => $request->input('payment'), | ||||||
|             'config' => $request->input('config'), |             'config' => $request->input('config'), | ||||||
|             'uuid' => Helper::guid() |             'uuid' => Helper::randomChar(8) | ||||||
|         ])) { |         ])) { | ||||||
|             abort(500, '保存失败'); |             abort(500, '保存失败'); | ||||||
|         } |         } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user