diff --git a/webapp/services/callback/BuyShopGoodsCbService.php b/webapp/services/callback/BuyShopGoodsCbService.php index c6c32eaf..447d9d08 100644 --- a/webapp/services/callback/BuyShopGoodsCbService.php +++ b/webapp/services/callback/BuyShopGoodsCbService.php @@ -74,7 +74,7 @@ class BuyShopGoodsCbService $order_id = $order['order_id']; $address = $order['address']; - // $ext_data = $order['ext_data']; + $ext_data = $order['ext_data']; $item_id = $order['item_id']; $item_num = $order['item_num'];