mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -176,6 +176,10 @@ class OrderController extends Controller | ||||
|         if (!$order) { | ||||
|             abort(500, '订单不存在或已支付'); | ||||
|         } | ||||
|         $order->method = $method; | ||||
|         if (!$order->save()) { | ||||
|             abort(500, '支付失败,请稍后再试'); | ||||
|         } | ||||
|         switch ($method) { | ||||
|             // return type => 0: QRCode / 1: URL | ||||
|             case 0: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user