POST api/APP/GetAppDomains
获取APP线路设定
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiResultOfDictionaryOfStringAndListOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Dictionary of string [key] and Collection of string [value] |
None. |
|
| Code |
状态码 |
integer |
None. |
| Message |
错误信息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"sample string 1": [
"sample string 1",
"sample string 2"
],
"sample string 2": [
"sample string 1",
"sample string 2"
]
},
"Code": 0,
"Message": "sample string 1"
}