mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	fix
This commit is contained in:
		| @@ -117,7 +117,9 @@ class OrderController extends Controller | |||||||
|         if (!$this->handle($params['merchant_order_id'], $params['order_id'])) { |         if (!$this->handle($params['merchant_order_id'], $params['order_id'])) { | ||||||
|             abort(500, 'order process fail'); |             abort(500, 'order process fail'); | ||||||
|         } |         } | ||||||
|         die('success'); |         die(json_encode([ | ||||||
|  |             'status' => 200 | ||||||
|  |         ])); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     public function payTaroNotify(Request $request) |     public function payTaroNotify(Request $request) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user