GET api/Common/GetOnlineCustomService?site={site}
获取在线客服链接
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| site |
站点号 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultOfListOfOnlineCustomServiceResModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of OnlineCustomServiceResModel |
None. |
|
| Code |
状态码 |
integer |
None. |
| Message |
错误信息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"url": "sample string 1",
"sort": 64
},
{
"url": "sample string 1",
"sort": 64
}
],
"Code": 0,
"Message": "sample string 1"
}