mirror of
https://github.com/v2board/v2board.git
synced 2024-11-15 00:09:13 +08:00
fix rules message
This commit is contained in:
parent
7d8b8ad8ac
commit
e2b73094c0
@ -53,8 +53,8 @@ class UserUpdate extends FormRequest
|
|||||||
'discount.max' => '专属折扣比例最大为100',
|
'discount.max' => '专属折扣比例最大为100',
|
||||||
'u.integer' => '上行流量格式不正确',
|
'u.integer' => '上行流量格式不正确',
|
||||||
'd.integer' => '下行流量格式不正确',
|
'd.integer' => '下行流量格式不正确',
|
||||||
'balance' => '余额格式不正确',
|
'balance.integer' => '余额格式不正确',
|
||||||
'commission_balance' => '佣金格式不正确'
|
'commission_balance.integer' => '佣金格式不正确'
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user