POST api/wzinsertmsg
【微站-微信】--在线留言
请求信息
URI 参数
None.
Body 请求体 参数
WzInsertMsg| Name | Description | Type | Additional information |
|---|---|---|---|
| Cont | string |
None. |
|
| RerID | integer |
None. |
|
| AddUdName | string |
None. |
|
| Tel | string |
None. |
|
| TelCode | string |
None. |
|
| FromURL | string |
None. |
|
| MonTp | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Cont": "sample string 1",
"RerID": 2,
"AddUdName": "sample string 3",
"Tel": "sample string 4",
"TelCode": "sample string 5",
"FromURL": "sample string 6",
"MonTp": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.
响应消息
内容 描述
1=成功 -1=失败 1001=短信验证码过期,请重新发送短信验证码 1002=短信验证码不正确
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.