POST api/PostsV770/PostReply
评论帖子
Request Information
URI Parameters
None.
Body Parameters
评论提交模型
ZaiMieApp.WebApi.ViewModel.PostsReplyView| Name | Description | Type | Additional information |
|---|---|---|---|
| newspapergroupId |
租户id |
integer |
None. |
| postsId |
帖子id |
integer |
None. |
| replyId |
回复的评论id |
integer |
None. |
| content |
评论内容 |
string |
None. |
| audio |
语音地址 |
string |
None. |
| audioDuration |
语音时长 |
integer |
None. |
| sign | string |
None. |
|
| stamp | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"newspapergroupId": 1,
"postsId": 2,
"replyId": 3,
"content": "sample string 4",
"audio": "sample string 5",
"audioDuration": 6,
"sign": "sample string 7",
"stamp": "sample string 8"
}
application/xml, text/xml
Sample:
<PostsReplyView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZaiMieApp.WebApi.ViewModel"> <sign>sample string 7</sign> <stamp>sample string 8</stamp> <audio>sample string 5</audio> <audioDuration>6</audioDuration> <content>sample string 4</content> <newspapergroupId>1</newspapergroupId> <postsId>2</postsId> <replyId>3</replyId> </PostsReplyView>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ZaiMieApp.WebApi.ViewModel.ResultDataMsgOfZaiMieApp.WebApi.ViewModel.ReplyView| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| code | integer |
None. |
|
| data | ZaiMieApp.WebApi.ViewModel.ReplyView |
None. |
|
| addcoin | integer |
None. |
|
| message | string |
None. |
|
| page | integer |
None. |
|
| allPage | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.