GET ActionApi/SystemConfigs/GetSystemConfig/{id}
获取配置信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取配置信息
SystemConfigName | Description | Type | Additional information |
---|---|---|---|
ID |
串号 |
integer |
None. |
ConfigKey |
全局配置关键字 |
string |
None. |
ConfigValue |
全局配置值 |
string |
None. |
Description |
描述 |
string |
None. |
NewZipId |
appid |
string |
None. |
AllZipId |
appverison |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "ConfigKey": "sample string 2", "ConfigValue": "sample string 3", "Description": "sample string 4", "NewZipId": "sample string 5", "AllZipId": "sample string 6" }