GET api/sys/website/settings/{modeltag}?callTag={callTag}
获取网站私有配置(多個配置)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
modeltag | string |
Required |
|
callTag | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
获取网站私有配置(多個配置)
ReturnResultOfListOfDictionaryOfStringAndStringName | Description | Type | Additional information |
---|---|---|---|
data | Collection of Dictionary of string [key] and string [value] |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, { "sample string 1": "sample string 2", "sample string 3": "sample string 4" } ], "code": 1, "message": "sample string 2" }