GET Api/Service/Setting/GetQueryProviderConfigs/{SettingId}
基本配置项ID获取配置项内容
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SettingId |
配置项设置ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
基本配置项ID获取配置项内容
SpeedPower.Utility.Models.Project.SQuery.Service.Setting.ParentQueryProviderConfigModel| Name | Description | Type | Additional information |
|---|---|---|---|
| QueryExcludeCabinConfigs |
销售排除舱位项列表 |
Collection of SpeedPower.Utility.Models.Project.SQuery.Service.Setting.GetQueryExcludeCabinConfigModel |
None. |
| QueryIncludeCabinConfigs |
销售包含舱位项列表 |
Collection of SpeedPower.Utility.Models.Project.SQuery.Service.Setting.GetQueryIncludeCabinConfigModel |
None. |
| QueryFixedCabinConfigs |
包装舱位列表 |
Collection of SpeedPower.Utility.Models.Project.SQuery.Service.Setting.GetQueryFixedCabinConfigModel |
None. |
| Time |
添加时间 |
date |
None. |
| ID |
设置ID |
globally unique identifier |
None. |
| DefaultKeepMoney |
默认留钱(10元) |
decimal number |
None. |
| SaleBeforeDays |
默认销售提前天数 |
integer |
None. |
| SaleTotalDays |
默认销售总天数 |
integer |
None. |
| SaleTimeInterval |
默认数据时间有限效性(5分钟) |
integer |
None. |
| MinCabinLimit |
默认最小舱位数量限制 |
integer |
None. |
| DecrementLimit |
默认可售舱位递减值(2个) |
integer |
None. |
| MaxCabinLimit |
默认最大可售舱位数量值(3个) |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"QueryExcludeCabinConfigs": [
{
"ID": "ad963233-d837-4b73-8b05-4486eaa9e1d0",
"QueryProviderConfigId": "7e4dfd97-9ea0-4752-b80f-c4e9252f7bc2",
"CabinCodeOrCabinName": "sample string 3"
},
{
"ID": "ad963233-d837-4b73-8b05-4486eaa9e1d0",
"QueryProviderConfigId": "7e4dfd97-9ea0-4752-b80f-c4e9252f7bc2",
"CabinCodeOrCabinName": "sample string 3"
}
],
"QueryIncludeCabinConfigs": [
{
"ID": "a414d27d-4f22-453e-9100-8af3ccdf6396",
"QueryProviderConfigId": "083dec7c-9b89-4da8-9033-83cb1cc30f13",
"CabinCodeOrCabinName": "sample string 3"
},
{
"ID": "a414d27d-4f22-453e-9100-8af3ccdf6396",
"QueryProviderConfigId": "083dec7c-9b89-4da8-9033-83cb1cc30f13",
"CabinCodeOrCabinName": "sample string 3"
}
],
"QueryFixedCabinConfigs": [
{
"ID": "e92904e7-8e55-42f2-9e93-c585da78f912",
"QueryProviderConfigId": "c981ce25-09e1-4823-97d4-8ef5a6f8fa6f",
"Original": "sample string 3",
"Changed": "sample string 4"
},
{
"ID": "e92904e7-8e55-42f2-9e93-c585da78f912",
"QueryProviderConfigId": "c981ce25-09e1-4823-97d4-8ef5a6f8fa6f",
"Original": "sample string 3",
"Changed": "sample string 4"
}
],
"Time": "2026-03-17T02:06:28.3371485+08:00",
"ID": "34245a63-8af0-483f-8f5b-d8cbac773a33",
"DefaultKeepMoney": 3.1,
"SaleBeforeDays": 4,
"SaleTotalDays": 5,
"SaleTimeInterval": 6,
"MinCabinLimit": 7,
"DecrementLimit": 8,
"MaxCabinLimit": 9
}