update: add register ip limit

This commit is contained in:
tokumeikoi
2022-03-29 21:11:37 +08:00
parent 7c473d6325
commit e3ffdb7bce
5 changed files with 15 additions and 5 deletions

View File

@ -48,6 +48,9 @@ class ConfigSave extends FormRequest
'tos_url' => 'nullable|url',
'currency' => '',
'currency_symbol' => '',
'register_limit_by_ip_enable' => 'in:0,1',
'register_limit_count' => 'integer',
'register_limit_expire' => 'integer',
// subscribe
'plan_change_enable' => 'in:0,1',
'reset_traffic_method' => 'in:0,1,2',