From 9d39b61edad1a2f226ff5927621f837463b029b5 Mon Sep 17 00:00:00 2001 From: songliang Date: Fri, 30 Jun 2023 20:08:36 +0800 Subject: [PATCH] ... --- webapp/services/callback/BuyShopGoodsCbService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/services/callback/BuyShopGoodsCbService.php b/webapp/services/callback/BuyShopGoodsCbService.php index ed233c7b..e7eb895b 100644 --- a/webapp/services/callback/BuyShopGoodsCbService.php +++ b/webapp/services/callback/BuyShopGoodsCbService.php @@ -133,6 +133,7 @@ class BuyShopGoodsCbService $item_id = $goods['goods_id']; $goods_num = $goods['goods_num']; $id = $goods['id']; + error_log('_addGoods ' . $address . ' goods ' . $goods); $itemService->addItem($address, $item_id, $goods_num); ShopBuyRecord::addWithAddress($address, $id, $goods_num); }