update: user

This commit is contained in:
tokumeikoi 2021-05-07 12:07:20 +09:00
parent 3e354bf5af
commit a301b8461e
2 changed files with 3 additions and 2 deletions

View File

@ -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位'
]; ];
} }
} }

File diff suppressed because one or more lines are too long