Browse Source

园区模糊搜索

chenhao 4 years ago
parent
commit
8ea2cac8fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/User.php

+ 1 - 1
application/api/controller/User.php

@@ -14,7 +14,7 @@ use think\Validate;
  */
  */
 class User extends Api
 class User extends Api
 {
 {
-    protected $noNeedLogin = ['login', 'mobilelogin', 'register', 'resetpwd', 'changeemail', 'changemobile', 'third','sendPhone'];
+    protected $noNeedLogin = ['login', 'mobilelogin', 'register', 'resetpwd', 'changeemail', 'changemobile', 'third','sendPhone','wechatLogin'];
     protected $noNeedRight = '*';
     protected $noNeedRight = '*';
 
 
     public function _initialize()
     public function _initialize()