GET api/Common/GetOnlineCSMaintainMsg?site={site}
获取在线客服维护信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| site | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | string |
None. |
|
| Code |
状态码 |
integer |
None. |
| Message |
错误信息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": "sample string 1",
"Code": 0,
"Message": "sample string 2"
}