POST api/addcomments
【微站-名片页】新增评论
请求信息
URI 参数
None.
Body 请求体 参数
INPUTxccp_PX_WZInsertWZDynamicReply| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| OpenID | string |
None. |
|
| WxName | string |
None. |
|
| WxImg | string |
None. |
|
| DynamicID | integer |
None. |
|
| ReplyReplyID | integer |
None. |
|
| Cont | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"OpenID": "sample string 2",
"WxName": "sample string 3",
"WxImg": "sample string 4",
"DynamicID": 5,
"ReplyReplyID": 6,
"Cont": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.
响应消息
内容 描述
1表示成功,-1表示失败
ObjectNone.
响应示例
application/json, text/json
Sample:
{}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.