feat(WechatLoginValidate): 更新用户场景不再返回手机号字段
This commit is contained in:
parent
7d9f9bfb09
commit
1b1210728c
@ -91,7 +91,7 @@ class WechatLoginValidate extends BaseValidate
|
||||
*/
|
||||
public function sceneUpdateUser()
|
||||
{
|
||||
return $this->only(['mobile']);
|
||||
return $this->only([]);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user