mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -167,7 +167,10 @@ class OrderController extends Controller | |||||||
|             $order->total_amount = 0; |             $order->total_amount = 0; | ||||||
|             $order->status = 1; |             $order->status = 1; | ||||||
|             $order->save(); |             $order->save(); | ||||||
|             exit(); |             return response([ | ||||||
|  |                 'type' => -1, | ||||||
|  |                 'data' => true | ||||||
|  |             ]); | ||||||
|         } |         } | ||||||
|         switch ($method) { |         switch ($method) { | ||||||
|             // return type => 0: QRCode / 1: URL |             // return type => 0: QRCode / 1: URL | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user