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(); }