This commit is contained in:
root
2020-01-05 23:30:07 +08:00
parent 1cd0dbdd31
commit c68440ce32
4 changed files with 4 additions and 5 deletions

View File

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