This commit is contained in:
root
2020-01-12 02:02:45 +08:00
parent afa3c0aa52
commit 415850184e
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ class ConfigSave extends FormRequest
'app_url' => 'url',
'subscribe_url' => 'url',
'plan_transfer_hour' => 'numeric',
'plan_is_update' => 'in:0,1',
'plan_change_enable' => 'in:0,1',
'try_out_enable' => 'in:0,1',
'try_out_plan_id' => 'integer',
'try_out_hour' => 'numeric',