feature: close withdraw

This commit is contained in:
tokumeikoi
2021-02-03 19:17:32 +09:00
parent 2979003b6f
commit 77f6b3f289
9 changed files with 19 additions and 7 deletions

View File

@ -24,6 +24,7 @@ class ConfigSave extends FormRequest
'commission_auto_check_enable' => 'in:0,1',
'commission_withdraw_limit' => 'nullable|numeric',
'commission_withdraw_method' => 'nullable|array',
'withdraw_close_enable' => 'in:0,1',
// site
'stop_register' => 'in:0,1',
'email_verify' => 'in:0,1',