diff --git a/Application/Sdk/Controller/BaseController.class.php b/Application/Sdk/Controller/BaseController.class.php index f6aeb6ce..e1aa0318 100644 --- a/Application/Sdk/Controller/BaseController.class.php +++ b/Application/Sdk/Controller/BaseController.class.php @@ -18,7 +18,7 @@ class BaseController extends RestController{ protected $noToken = [ 'user_login', 'send_sms', 'verify_sms', 'forget_password', 'init_sdk', 'device_record', 'force_update', 'thirdparty', 'get_customer_question', - 'get_down_time' + 'get_down_time', 'customer_contact' ]; // 不需要验证TOKEN的接口 protected $noNeedToken = [