update: commission withdraw limit

This commit is contained in:
Tokumeikoi
2020-10-29 00:37:37 +08:00
parent 06d22e7585
commit c02db9d957
4 changed files with 9 additions and 2 deletions

View File

@ -22,6 +22,7 @@ class ConfigSave extends FormRequest
'invite_never_expire' => 'in:0,1',
'commission_first_time_enable' => 'in:0,1',
'commission_auto_check_enable' => 'in:0,1',
'commission_withdraw_limit' => 'nullable|numeric',
// site
'stop_register' => 'in:0,1',
'email_verify' => 'in:0,1',