This commit is contained in:
songliang 2023-07-12 21:14:16 +08:00
parent c8255f1b3d
commit 092e31cfed

View File

@ -1203,11 +1203,6 @@ class MarketController extends BaseAuthedController
$goods['amount'] $goods['amount']
); );
if ($response['code'] != 0) {
$this->_rspErr(1, 'buy failed, code:' . $response['code'] . ', msg:' . $response['msg']);
return;
}
if (!$this->markOrderBuyStatus($idx)) { if (!$this->markOrderBuyStatus($idx)) {
$this->_rspErr(1, 'buy failed, update order status failed, idx:' . $idx); $this->_rspErr(1, 'buy failed, update order status failed, idx:' . $idx);
return; return;