[TOC]
简要描述
请求URL
http://10.1.2.14:8090/teaProject/getTeaProjectComment
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
belongId |
是 |
string |
"2387" |
sortType |
是 |
string |
1 |
pageCount |
是 |
string |
3 |
pageNum |
是 |
string |
1 |
返回示例
{
"id": 2860,
"cmerId": null,
"belogerId": 2461,
"cmerName": "change1",
"cmerPor": "upload/default/images/portrait.png",
"content": "我发布的评论",
"likeCount": 0,
"cmTime": "2023年03月08日 19:52:06"
},
返回参数说明
参数名 |
类型 |
说明 |
cmerName |
string |
用户昵称 |
content |
string |
评论内容 |
likeCount |
string |
点赞数 |
cmTime |
string |
评论时间 |
备注