|
|
|
@ -11,7 +11,7 @@ class BaseController extends RestController{
|
|
|
|
|
'Apple.apple_platform_pay','Spend.notice','Apple.apple_union_pay','WapPay.wap_shortcut_pay',
|
|
|
|
|
'WapPay.shortcut_pay','WapPay.android_shortcut_pay','WapPay.wap_shortcut_pay','WapPay.wap_shortcut_pay',
|
|
|
|
|
'Apple.apple_weixin_pay','Ipa365','User.user_login','platform_coin_deduction','get_user_money',
|
|
|
|
|
'file_pay','pay','GameGiftPage','UserH', 'PayH5','init_sdk','order_status'
|
|
|
|
|
'file_pay','pay','GameGiftPage','UserH', 'PayH5','init_sdk',
|
|
|
|
|
// 'test','Game.get_suspend',
|
|
|
|
|
|
|
|
|
|
];
|
|
|
|
@ -19,7 +19,7 @@ class BaseController extends RestController{
|
|
|
|
|
protected $noNeedToken = [
|
|
|
|
|
'Changyan', 'Exchange', 'FengHuoApi', 'File', 'Game', 'GameGift', 'GameNotify', 'Info', 'ios-wap-Pay',
|
|
|
|
|
'Jpush', 'LoginNotify', 'Notice', 'OA', 'OTP', 'OTPServer', 'Pay', 'Payios', 'PointShop', 'Spend',
|
|
|
|
|
'User', 'WapPay', 'Wechat', 'XinJiApi', 'Notice', 'init_sdk', 'order_status',
|
|
|
|
|
'User', 'WapPay', 'Wechat', 'XinJiApi', 'Notice', 'init_sdk',
|
|
|
|
|
// 'test',
|
|
|
|
|
];
|
|
|
|
|
protected $userId;
|
|
|
|
|