调整商户利率限制

This commit is contained in:
luofei 2023-07-12 14:34:52 +08:00
parent ba15253272
commit f036c784d0

View File

@ -30,7 +30,7 @@ class MerchantUpdateValidate extends Validate
'long|店铺经度' => 'max:24',
'lat|店铺纬度' => 'max:24',
'interest_rate|利率' => 'egt:0.01|elt:0.1',
'settle_cycle|结算周期' => 'min:15|max:90',
'settle_cycle|结算周期' => 'egt:15|elt:90',
];
protected function isPhone($val)