POST api/WzAppInsertMsg
新增留言
请求信息
URI 参数
None.
Body 请求体 参数
INPUTxccp_PX_WeiZhan_InsertMsg| Name | Description | Type | Additional information |
|---|---|---|---|
| MsgID | integer |
None. |
|
| MsgReID | integer |
None. |
|
| Cont | string |
None. |
|
| RerID | integer |
None. |
|
| AddIP | integer |
None. |
|
| AddUdName | string |
None. |
|
| Tel | string |
None. |
|
| MonTp | integer |
None. |
|
| FromURL | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MsgID": 1,
"MsgReID": 2,
"Cont": "sample string 3",
"RerID": 4,
"AddIP": 5,
"AddUdName": "sample string 6",
"Tel": "sample string 7",
"MonTp": 8,
"FromURL": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.
响应消息
内容 描述
CxccApiMsg| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.