6
0
Fork 0
release
李静 2022-02-22 17:44:14 +08:00
parent 6c4e01168c
commit b5dbb1dfde
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ class Dealer extends Form
{
$this->switch('wxpay_switch', '微信支付');
$this->currency('fee_rate', '手续费比例(百分比)')->symbol('%');
$this->currency('fee_rate', '手续费比例(百分比)')->symbol('%');
$this->number('withdraw_threshold_amount', '起提金额(元)');
$this->currency('withdraw_fee_rate', '提现费率')->symbol('%');
$this->number('withdraw_days', '提现间隔');