From 092e31cfed88027831b75445d77800cc07eac344 Mon Sep 17 00:00:00 2001 From: songliang Date: Wed, 12 Jul 2023 21:14:16 +0800 Subject: [PATCH] ... --- webapp/controller/MarketController.class.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index 1ee18cbf..47b7ce9c 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -1203,11 +1203,6 @@ class MarketController extends BaseAuthedController $goods['amount'] ); - if ($response['code'] != 0) { - $this->_rspErr(1, 'buy failed, code:' . $response['code'] . ', msg:' . $response['msg']); - return; - } - if (!$this->markOrderBuyStatus($idx)) { $this->_rspErr(1, 'buy failed, update order status failed, idx:' . $idx); return;