...
This commit is contained in:
parent
9cf6713938
commit
16e7aa8c2c
@ -114,7 +114,7 @@ class ShopController extends BaseAuthedController
|
|||||||
$a = getReqVal('a', '');
|
$a = getReqVal('a', '');
|
||||||
if (
|
if (
|
||||||
$a != 'buyGoodsDirect' &&
|
$a != 'buyGoodsDirect' &&
|
||||||
$a != 'purchaseDiamonds'
|
$a != 'inappPurchaseDiamonds'
|
||||||
) {
|
) {
|
||||||
parent::_handlePre();
|
parent::_handlePre();
|
||||||
}
|
}
|
||||||
@ -358,7 +358,7 @@ class ShopController extends BaseAuthedController
|
|||||||
$this->_rspOk();
|
$this->_rspOk();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function purchaseDiamonds()
|
public function inappPurchaseDiamonds()
|
||||||
{
|
{
|
||||||
|
|
||||||
// 有三种情况:
|
// 有三种情况:
|
||||||
@ -366,6 +366,8 @@ class ShopController extends BaseAuthedController
|
|||||||
// 2. 站外充值钻石,没有订单号
|
// 2. 站外充值钻石,没有订单号
|
||||||
// 3. appstore 退款,没有订单号
|
// 3. appstore 退款,没有订单号
|
||||||
|
|
||||||
|
error_log('----- inappPurchaseDiamonds -----');
|
||||||
|
|
||||||
$this->_rspOk();
|
$this->_rspOk();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user