GET news/newsreply?replyid={replyid}&pageIndex={pageIndex}&pagesize={pagesize}
请求信息
URI 参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| replyid | integer |
Required |
|
| pageIndex | integer |
Required |
|
| pagesize | integer |
Required |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfReply| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Reply |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"data": {
"replylist": [
{
"id": 1,
"cont": "sample string 2",
"addopid": 3,
"addtime": "2025/12/26 05:31:17",
"addtimedesc": "2025.31.26",
"zancnt": 5,
"user": {
"id": 1,
"dname": "sample string 2",
"tp": 3,
"img": "sample string 4"
}
},
{
"id": 1,
"cont": "sample string 2",
"addopid": 3,
"addtime": "2025/12/26 05:31:17",
"addtimedesc": "2025.31.26",
"zancnt": 5,
"user": {
"id": 1,
"dname": "sample string 2",
"tp": 3,
"img": "sample string 4"
}
}
],
"pagesize": 1,
"pageindex": 2,
"total": 3,
"totalpage": 3
},
"code": 1,
"msg": "sample string 2"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.