GET Api/Service/Setting/GetSiteSettingCache/{SiteId}
获取站点设置项
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SiteId |
站点ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取站点设置项
SpeedPower.Utility.Models.Project.Agents.Service.Setting.ParentSiteSettingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SiteExpandSettings |
扩展列表 |
Collection of SpeedPower.Utility.Models.Project.Agents.Service.Setting.GetSiteExpandSettingModel |
None. |
| ID |
站点ID |
string |
Required String length: inclusive between 0 and 128 |
| CompanyId |
公司ID |
string |
Required String length: inclusive between 0 and 128 |
| ChannelCode |
渠道代码 |
string |
Required String length: inclusive between 0 and 20 |
| SiteCode |
站点代码 |
string |
Required String length: inclusive between 0 and 20 |
| SiteName |
站点名称 |
string |
Required String length: inclusive between 0 and 50 |
| SiteStatus |
站点状态 |
boolean |
None. |
| SiteProfile |
站点介绍 |
string |
String length: inclusive between 0 and 4000 |
| Time |
添加时间 |
date |
None. |
Response Formats
application/json, text/json
Sample:
{
"SiteExpandSettings": [
{
"ID": "c67ebb8a-4065-4a1b-ab0d-35c83a554410",
"SiteSettingId": "sample string 2",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "c67ebb8a-4065-4a1b-ab0d-35c83a554410",
"SiteSettingId": "sample string 2",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"ID": "sample string 1",
"CompanyId": "sample string 2",
"ChannelCode": "sample string 3",
"SiteCode": "sample string 4",
"SiteName": "sample string 5",
"SiteStatus": true,
"SiteProfile": "sample string 7",
"Time": "2025-11-30T02:48:30.1877472+08:00"
}