POST news/userActive?openid={openid}&pageSize={pageSize}&pageIndex={pageIndex}
获取用户新闻个人中心信息
请求信息
URI 参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| openid | string |
Required |
|
| pageSize | integer |
Required |
|
| pageIndex | integer |
Required |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfnewsUserActive| Name | Description | Type | Additional information |
|---|---|---|---|
| data | newsUserActive |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"data": {
"useractive": [
{
"id": 1,
"newsid": "sample string 2",
"title": "sample string 3",
"timelen": 4,
"addtime": "2025/12/26 05:31:06",
"addtimedesc": "2025-12-26"
},
{
"id": 1,
"newsid": "sample string 2",
"title": "sample string 3",
"timelen": 4,
"addtime": "2025/12/26 05:31:06",
"addtimedesc": "2025-12-26"
}
],
"total": 1,
"pagesize": 2,
"pageindex": 3,
"totalpage": 1
},
"code": 1,
"msg": "sample string 2"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.