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": "ad30d9d6-9943-4969-bd8d-8a977e05c8dc",
"QueryProviderConfigId": "5215ea4d-5317-414c-9b8e-7bf58ae78d9c",
"CabinCodeOrCabinName": "sample string 3"
},
{
"ID": "ad30d9d6-9943-4969-bd8d-8a977e05c8dc",
"QueryProviderConfigId": "5215ea4d-5317-414c-9b8e-7bf58ae78d9c",
"CabinCodeOrCabinName": "sample string 3"
}
],
"QueryIncludeCabinConfigs": [
{
"ID": "ee998c32-01da-4297-a47c-7f5601651f30",
"QueryProviderConfigId": "6c633531-4512-40e0-8aa1-32be3fc4dfef",
"CabinCodeOrCabinName": "sample string 3"
},
{
"ID": "ee998c32-01da-4297-a47c-7f5601651f30",
"QueryProviderConfigId": "6c633531-4512-40e0-8aa1-32be3fc4dfef",
"CabinCodeOrCabinName": "sample string 3"
}
],
"QueryFixedCabinConfigs": [
{
"ID": "d62446e2-a623-486c-8ce0-d0f306434588",
"QueryProviderConfigId": "331f4d39-50d8-47fd-b39a-bd857a2e7700",
"Original": "sample string 3",
"Changed": "sample string 4"
},
{
"ID": "d62446e2-a623-486c-8ce0-d0f306434588",
"QueryProviderConfigId": "331f4d39-50d8-47fd-b39a-bd857a2e7700",
"Original": "sample string 3",
"Changed": "sample string 4"
}
],
"Time": "2026-02-04T01:48:49.8168014+08:00",
"ID": "dc7588a3-e357-4dc0-b660-676b0a5ffd7b",
"DefaultKeepMoney": 3.1,
"SaleBeforeDays": 4,
"SaleTotalDays": 5,
"SaleTimeInterval": 6,
"MinCabinLimit": 7,
"DecrementLimit": 8,
"MaxCabinLimit": 9
}