diff --git a/webapp/services/callback/BuyShopGoodsCbService.php b/webapp/services/callback/BuyShopGoodsCbService.php index e7eb895b..006753d9 100644 --- a/webapp/services/callback/BuyShopGoodsCbService.php +++ b/webapp/services/callback/BuyShopGoodsCbService.php @@ -133,7 +133,8 @@ class BuyShopGoodsCbService $item_id = $goods['goods_id']; $goods_num = $goods['goods_num']; $id = $goods['id']; - error_log('_addGoods ' . $address . ' goods ' . $goods); + error_log($goods); + error_log('_addGoods ' . $address . ' goods ' . $id); $itemService->addItem($address, $item_id, $goods_num); ShopBuyRecord::addWithAddress($address, $id, $goods_num); }