1. 党建列表

根据项目id获取对应的项目下的党建新闻列表

注意

  • 如果接口需要提供auth-token,你需要通过轻筑开放平台创建应用来获取appid和secret,然后通过appid和secret来获取接口访问凭证auth-token。
  • 如果需要获取当前用户的使用信息,授权确保你能获取到qzcode,然后通过网页授权接口获取相关信息。

1.1. 基本信息

概况 内容
接口地址 /api/platform/party/list
请求方法 GET
请求数据类型 URL参数
响应数据类型 JSON

1.2. 请求数据

1.2.1. 请求头(request-header)

请求头除了默认的参数还需要添加如下请求头参数:

字段 描述
auth-token 接口访问凭据,你可以通过平台下发的appid和secret获取凭据

1.2.2. 请求参数

字段 描述
projectId 项目id
pageSize 每页大小,默认10
pageNum 页码,默认1

1.3. 响应数据

响应数据中 code, message, data 为默认字段,所有字段如下表所示:

字段 类型 是否必填 描述

响应数据结构如下所示:

{
  "code": 0,
  "message": null,
  "data": {
    "total": 71,
    "list": [
      {
        "id": 281,
        "title": "xxxxxxxx",
        "type": 2,
        "typeName": "三会一课",
        "content": "xxxxxxxx",
        "sort": null,
        "url": "",
        "isStudy": 0,
        "createUserId": "xxxxxxxx",
        "createUserName": "xxxxxxxx",
        "createTime": "2019-03-11 09:19:40",
        "enclosurePath": "https://xxxxxxxx",
        "confirms": [],
        "uuid": "xxxxxxxx",
        "confirmType": null,
        "noticeTime": null,
        "noticeLocation": "",
        "projectId": "xxxxxxxx"
      },
      {
        "id": 280,
        "title": "xxxxxxxx",
        "type": 3,
        "typeName": "党建活动",
        "content": "xxxxxxxx",
        "sort": null,
        "url": "",
        "isStudy": 0,
        "createUserId": "xxxxxxxx",
        "createUserName": "xxxxxxxx",
        "createTime": "2019-03-11 09:18:03",
        "enclosurePath": "https://xxxxxxxx",
        "confirms": [],
        "uuid": "xxxxxxxx",
        "confirmType": null,
        "noticeTime": null,
        "noticeLocation": "",
        "projectId": "xxxxxxxx"
      }
    ],
    "pages": 1,
    "hasNext": false
  }
}

1.4. 错误码

当返回数据中的 code 不为 0 时,为错误返回。其中errCode为详细的错误码。

© All Rights Reserved            updated 2024-08-23 10:14:55

results matching ""

    No results matching ""