水评测


分页列表

[TOC]

简要描述
  • 分页列表
请求URL
  • http://tappadmin.shuipingce.com/api/v1/evaluation/page_list
请求方式
  • POST
参数
参数名 必选 类型 说明
pageNum string 页数
pageSize string 条数
keywordList array 适用问题列表
tagId string 标签id
tabType string 页签类型 综合=1; 最新=2; 免费=3
oneTypeId string 一级分类id
twoTypeId string 二级分类id
ageId string 年龄段
priceMin string 起始价格
priceMax string 最高价格
user-token string header参数
请求示例
{
    "pageNum":1,
    "pageSize":10,
    "keywordList":["智商"],
    "tagId":41,
    "tabType":1,
    "oneTypeId":"",
    "twoTypeId":"",
    "ageId":"",
    "priceMin":"",
    "priceMax":""
}
返回示例
{
  "code": 200,
  "msg": "请求成功",
  "data": {
    "records": [
      {
        "id": 316,
        "assessTestName": "父亲胜任力测评(高中生母亲专用版)",
        "coverPicture": "https://cdn.shuipingce.com/level-test/202303/91f8a584-14df-4cf1-b440-a31e405e635d.png",
        "briefDesc": "爸爸胜任力水平高,孩子才更强",
        "originalPrice": 199,
        "realPrice": 19.9,
        "assessTestRights": 2,
        "payWay": 1,
        "assessTestTag": "测评,人格,评价",
        "virtualAnswersQuantity": 4321,
        "realAnswersQuantity": 3
      },
      {
        "id": 354,
        "assessTestName": "0713测试",
        "coverPicture": "https://cdn.shuipingce.com/level-test/202307/2bfc24a5-a1da-464e-b6f4-260126535e84.png",
        "briefDesc": "0713测试",
        "originalPrice": 0.01,
        "realPrice": 0.01,
        "assessTestRights": 1,
        "payWay": 0,
        "assessTestTag": "主题标签1",
        "virtualAnswersQuantity": null,
        "realAnswersQuantity": 11
      }
    ],
    "total": 2,
    "size": 10,
    "current": 1,
    "orders": [],
    "optimizeCountSql": true,
    "hitCount": false,
    "countId": null,
    "maxLimit": null,
    "searchCount": true,
    "pages": 1
  }
}
返回参数说明
参数名 类型 说明
records array 测评列表
id int 测评id
assessTestName string 评测名称
coverPicture string 量表封面url
briefDesc string 量表简介
originalPrice string 原价
realPrice string 实价
assessTestRights string 评测权益 枚举(1: 全员免费; 2: 仅vip免费; 3: 全员收费;)
payWay string 支付方式0是先付后做1是先做后付
assessTestTag string 测评标签
virtualAnswersQuantity string 虚拟答题数量
realAnswersQuantity string 真实答题数量
pages string 分页数
total string 总条数
current string 当前页码
size string 分页大小
备注

多余的字段为框架自带的 java接口链接:https://test-spc.shuipingce.com/api/doc.html#/default/%E8%AF%84%E6%B5%8B%E4%BF%A1%E6%81%AF-app%E7%AB%AF/pageUsingPOST

页面列表

ITEM_HTML