Merge branch 'master' of http://git.scdxtc.com/wangxinglong/caipan_shop_admin
commit
0a438b7777
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue