身份认证

master
zhanglingsheng 5 years ago
parent 123bed164c
commit fc9fdfc419

@ -18,7 +18,7 @@ class BaseController extends RestController{
protected $noToken = [ protected $noToken = [
'user_login', 'send_sms', 'verify_sms', 'forget_password', 'user_login', 'send_sms', 'verify_sms', 'forget_password',
'init_sdk', 'device_record', 'force_update', 'thirdparty', 'get_customer_question', 'init_sdk', 'device_record', 'force_update', 'thirdparty', 'get_customer_question',
'get_down_time' 'get_down_time', 'customer_contact'
]; ];
// 不需要验证TOKEN的接口 // 不需要验证TOKEN的接口
protected $noNeedToken = [ protected $noNeedToken = [

Loading…
Cancel
Save