$self_defined_field_apply_range = 1;
$custom_host_name_apply_range = 1;
$product_duration_group_presets_open = 1;
$product_duration_group_presets_apply_range = 1;
$product_duration_group_presets_default_id = 1;
$product_new_host_renew_with_ratio_open = 1;
$product_new_host_renew_with_ratio_apply_range = 1;
$product_new_host_renew_with_ratio_apply_range_2 = ['string'];
$product_new_host_renew_with_ratio_apply_range_1 = ['string'];
$product_global_renew_rule = 1;
$product_global_show_base_info = 1;
$product_renew_with_new_open = 1;
$product_renew_with_new_product_ids = [1];
$product_overdue_not_delete_open = 1;
$product_overdue_not_delete_product_ids = [1];
$host_sync_due_time_open = 1752984000;
$host_sync_due_time_apply_range = 1752984000;
$host_sync_due_time_product_ids = [1752984000];
$auto_renew_in_advance = 1;
$auto_renew_in_advance_num = 1;
$auto_renew_in_advance_unit = 'string';
$result = (new \app\common\model\ConfigurationModel())->productGlobalSettingUpdate($self_defined_field_apply_range, $custom_host_name_apply_range, $product_duration_group_presets_open, $product_duration_group_presets_apply_range, $product_duration_group_presets_default_id, $product_new_host_renew_with_ratio_open, $product_new_host_renew_with_ratio_apply_range, $product_new_host_renew_with_ratio_apply_range_2, $product_new_host_renew_with_ratio_apply_range_1, $product_global_renew_rule, $product_global_show_base_info, $product_renew_with_new_open, $product_renew_with_new_product_ids, $product_overdue_not_delete_open, $product_overdue_not_delete_product_ids, $host_sync_due_time_open, $host_sync_due_time_apply_range, $host_sync_due_time_product_ids, $auto_renew_in_advance, $auto_renew_in_advance_num, $auto_renew_in_advance_unit);