mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -346,7 +346,7 @@ class OrderController extends Controller | ||||
|             abort(500, '支付网关请求失败'); | ||||
|         } | ||||
|  | ||||
|         if (!Cache::put($source['id'], $order->trade_no, 3600) { | ||||
|         if (!Cache::put($source['id'], $order->trade_no, 3600)) { | ||||
|             abort(500, '订单创建失败'); | ||||
|         } | ||||
|         return $source['redirect']['url']; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user