From 3cb7ba36a228539be96048bccbc7984badc97a17 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 2 Aug 2023 16:12:15 +0800 Subject: [PATCH] 1 --- webapp/controller/ShopController.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 7651667a..437e5323 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -210,6 +210,11 @@ class ShopController extends BaseAuthedController { $this->_rspErr(1, 'paramater error crypto'); return; } + + $orderId = OrderId::gen(); + $params = array( + + ); } public function queryInAppBalance()