|
@@ -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()
|