From 16e7aa8c2c5473cf0362c8ff38d1a2e52e495cab Mon Sep 17 00:00:00 2001 From: songliang Date: Mon, 10 Jul 2023 11:00:12 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index a0f74f4a..84d54005 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -114,7 +114,7 @@ class ShopController extends BaseAuthedController $a = getReqVal('a', ''); if ( $a != 'buyGoodsDirect' && - $a != 'purchaseDiamonds' + $a != 'inappPurchaseDiamonds' ) { parent::_handlePre(); } @@ -358,7 +358,7 @@ class ShopController extends BaseAuthedController $this->_rspOk(); } - public function purchaseDiamonds() + public function inappPurchaseDiamonds() { // 有三种情况: @@ -366,6 +366,8 @@ class ShopController extends BaseAuthedController // 2. 站外充值钻石,没有订单号 // 3. appstore 退款,没有订单号 + error_log('----- inappPurchaseDiamonds -----'); + $this->_rspOk(); }