添加过滤user_token过滤器customer_question_list

master
zhanglingsheng 5 years ago
parent 0790184b81
commit a8437c209f

@ -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', 'customer_contact', 'user_info' 'get_down_time', 'customer_contact', 'user_info','customer_question_list'
]; ];
// 不需要验证TOKEN的接口 // 不需要验证TOKEN的接口
protected $noNeedToken = [ protected $noNeedToken = [

Loading…
Cancel
Save