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": "sample string 1",
"contentId": "sample string 2",
"contentType": "sample string 3",
"level": "sample string 4",
"id": "sample string 5",
"createId": "sample string 6"
}
响应信息
资源描述
gSocResponseOfnotdecResponse| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | notdecResponse |
无。 |
|
| req | string |
无。 |
|
| msg | string |
无。 |
|
| code | integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"id": 1,
"parentCommentId": "sample string 2",
"level": 3,
"praiseCount": 4,
"praiseLogo": 5,
"content": "sample string 6",
"contentId": 7,
"contentType": 8,
"offlineType": "sample string 9",
"createTime": "2026-02-04T10:53:33.4955032+08:00",
"updateTime": "2026-02-04T10:53:33.4955032+08:00",
"timeStamp": "sample string 12",
"createId": "sample string 13",
"updateId": "sample string 14",
"byReplyName": "sample string 15",
"byReplyId": "sample string 16",
"createName": "sample string 17",
"createAvatar": "sample string 18",
"userType": 19,
"carType": 20,
"article": "sample string 21",
"childCommentCount": "sample string 22",
"records": "sample string 23",
"userActionId": "sample string 24",
"addScore": true,
"score": 26,
"msg": "sample string 27",
"topType": "sample string 28",
"code": 29
},
"req": "sample string 1",
"msg": "sample string 2",
"code": 3
}