mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-13 03:49:11 +08:00
支付限额1w->10w
This commit is contained in:
parent
a31c991b1c
commit
8a5aa01d1c
@ -118,7 +118,7 @@ class Order extends Validator
|
|||||||
{
|
{
|
||||||
$value = $this->filter->sanitize($amount, ['trim', 'float']);
|
$value = $this->filter->sanitize($amount, ['trim', 'float']);
|
||||||
|
|
||||||
if ($value < 0.01 || $value > 10000) {
|
if ($value < 0.01 || $value > 100000) {
|
||||||
throw new BadRequestException('order.invalid_pay_amount');
|
throw new BadRequestException('order.invalid_pay_amount');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user