From 769f495821e44a7e911e763f806a1cfd35598d09 Mon Sep 17 00:00:00 2001 From: songliang Date: Thu, 29 Jun 2023 13:40:48 +0800 Subject: [PATCH] ... --- webapp/services/callback/BuyShopGoodsCbService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'];