POST news/userActive?openid={openid}&pageSize={pageSize}&pageIndex={pageIndex}

获取用户新闻个人中心信息

请求信息

URI 参数

NameDescriptionTypeAdditional information
openid

string

Required

pageSize

integer

Required

pageIndex

integer

Required

Body 请求体 参数

None.

响应消息

内容 描述

CxccApiResponseBaseOfnewsUserActive
NameDescriptionTypeAdditional 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/04/04 21:05:58",
        "addtimedesc": "2025-04-04"
      },
      {
        "id": 1,
        "newsid": "sample string 2",
        "title": "sample string 3",
        "timelen": 4,
        "addtime": "2025/04/04 21:05:58",
        "addtimedesc": "2025-04-04"
      }
    ],
    "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.