From c70211014c8b0cc66a88b67ac149f0d53fe73e8b Mon Sep 17 00:00:00 2001 From: songliang Date: Fri, 9 Jun 2023 17:39:44 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index c71b1f38..4769aed4 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -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}");