fix rules message

This commit is contained in:
Tokumeikoi 2020-03-01 17:57:50 +08:00
parent 7d8b8ad8ac
commit e2b73094c0

View File

@ -53,8 +53,8 @@ class UserUpdate extends FormRequest
'discount.max' => '专属折扣比例最大为100',
'u.integer' => '上行流量格式不正确',
'd.integer' => '下行流量格式不正确',
'balance' => '余额格式不正确',
'commission_balance' => '佣金格式不正确'
'balance.integer' => '余额格式不正确',
'commission_balance.integer' => '佣金格式不正确'
];
}
}