wangxinglong 2022-06-10 03:37:33 +00:00
commit 0a438b7777
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ class User extends Validate
'password|密码' => 'require|min:4|max:16',
'code|小程序code' => 'require',
'nickname|昵称' => 'max:100',
'headimgurl|头像' => 'max:300',
'nickname|昵称' => 'require|max:100',
'headimgurl|头像' => 'require|max:300',
'country|国家' => 'max:100',
'province|省份' => 'max:100',
'city|城市' => 'max:100',