Notice 不需要验证user_token

master
tpingzhang 5 years ago
parent c7ca6a4b16
commit 4a32ef2a6e

@ -17,7 +17,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','test'
'User', 'WapPay', 'Wechat', 'XinJiApi', 'Notice', 'test'
];
protected $userId;
protected $userToken;

Loading…
Cancel
Save