From e6b639f237fd140b2bd67842f2021c03ebc78da9 Mon Sep 17 00:00:00 2001 From: songliang Date: Sun, 25 Jun 2023 20:26:22 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 252374db..93196ee3 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -1061,6 +1061,13 @@ class ShopController extends BaseAuthedController array('idx' => $idx) ); + error_log("buyGoodsDS start " + json_encode(array( + 'idx' => $idx, + 'grid' => $grid, + 'count' => $count, + ) + )); + if (!$row) { $this->_rspErr(2, 'idx is invalid'); return;