...
This commit is contained in:
parent
c8255f1b3d
commit
092e31cfed
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user