This commit is contained in:
songliang 2023-06-09 17:39:44 +08:00
parent a1f2f6ae48
commit c70211014c

View File

@ -337,7 +337,6 @@ class ShopController extends BaseAuthedController
$id = $order['item_id'];
$goods_num = $order['goods_num'];
$o_status = $order['status'];
$token_type = $order['token_type'];
if ($o_status != 0) {
$this->_rspErr(1, "order status error, status: {$o_status}");