POST xuner/soc/Social/addnotdec
添加评论
请求信息
URI 参数
无。
Body 参数
notdecRequset| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| content |
评论内容 |
string |
无。 |
| contentId |
文章编号 |
string |
无。 |
| contentType |
类型 |
string |
无。 |
| level |
层级 |
string |
无。 |
| id |
评论编号 |
string |
无。 |
| createId |
被回复者Id |
string |
无。 |
请求格式
application/json, text/json
样例:
{
"content": "",
"contentId": "",
"contentType": "",
"level": "",
"id": "",
"createId": ""
}
响应信息
资源描述
添加评论
gSocResponseOfnotdecResponse| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | notdecResponse |
无。 |
|
| req | string |
无。 |
|
| msg | string |
无。 |
|
| code | integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"id": 0,
"parentCommentId": "",
"level": 0,
"praiseCount": 0,
"praiseLogo": 0,
"content": "",
"contentId": 0,
"contentType": 0,
"offlineType": "",
"createTime": "0001-01-01T00:00:00",
"updateTime": "0001-01-01T00:00:00",
"timeStamp": "",
"createId": "",
"updateId": "",
"byReplyName": "",
"byReplyId": "",
"createName": "",
"createAvatar": "",
"userType": 0,
"carType": 0,
"article": "",
"childCommentCount": "",
"records": "",
"userActionId": "",
"addScore": false,
"score": 0,
"msg": "",
"topType": "",
"code": 0
},
"req": "",
"msg": "",
"code": 0
}