mirror of
https://github.com/v2board/v2board.git
synced 2025-01-11 00:29:09 +08:00
update: user
This commit is contained in:
parent
3e354bf5af
commit
a301b8461e
@ -57,7 +57,8 @@ class UserUpdate extends FormRequest
|
|||||||
'u.integer' => '上行流量格式不正确',
|
'u.integer' => '上行流量格式不正确',
|
||||||
'd.integer' => '下行流量格式不正确',
|
'd.integer' => '下行流量格式不正确',
|
||||||
'balance.integer' => '余额格式不正确',
|
'balance.integer' => '余额格式不正确',
|
||||||
'commission_balance.integer' => '佣金格式不正确'
|
'commission_balance.integer' => '佣金格式不正确',
|
||||||
|
'password.min' => '密码长度最小8位'
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
public/assets/user/umi.js
vendored
2
public/assets/user/umi.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user