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": "6fce92f0-28b3-466b-8f6c-2655e03d60d4",
"QueryProviderConfigId": "6d6e63cd-2451-43f4-a2e3-db8e56d0b61a",
"CabinCodeOrCabinName": "sample string 3"
},
{
"ID": "6fce92f0-28b3-466b-8f6c-2655e03d60d4",
"QueryProviderConfigId": "6d6e63cd-2451-43f4-a2e3-db8e56d0b61a",
"CabinCodeOrCabinName": "sample string 3"
}
],
"QueryIncludeCabinConfigs": [
{
"ID": "9dbc4cc7-bfb5-45ae-8c22-1fbffc867a47",
"QueryProviderConfigId": "03ffa5e7-2c9e-4430-97d8-3bbcd8a1c264",
"CabinCodeOrCabinName": "sample string 3"
},
{
"ID": "9dbc4cc7-bfb5-45ae-8c22-1fbffc867a47",
"QueryProviderConfigId": "03ffa5e7-2c9e-4430-97d8-3bbcd8a1c264",
"CabinCodeOrCabinName": "sample string 3"
}
],
"QueryFixedCabinConfigs": [
{
"ID": "d657bc85-5c45-4240-bbe6-cc3eeff41958",
"QueryProviderConfigId": "7e1a2d88-3b14-416c-82d6-a80b73a3a578",
"Original": "sample string 3",
"Changed": "sample string 4"
},
{
"ID": "d657bc85-5c45-4240-bbe6-cc3eeff41958",
"QueryProviderConfigId": "7e1a2d88-3b14-416c-82d6-a80b73a3a578",
"Original": "sample string 3",
"Changed": "sample string 4"
}
],
"Time": "2026-08-12T06:10:39.6402999+08:00",
"ID": "bd26ae6a-a067-4956-9ba7-3871c5c9efcb",
"DefaultKeepMoney": 3.1,
"SaleBeforeDays": 4,
"SaleTotalDays": 5,
"SaleTimeInterval": 6,
"MinCabinLimit": 7,
"DecrementLimit": 8,
"MaxCabinLimit": 9
}