水评测


测评一级分类列表

[TOC]

简要描述
  • 测评一级分类列表
请求URL
  • http://tappadmin.shuipingce.com/api/v1/evaluation/type_list
请求方式
  • GET
参数
参数名 必选 类型 说明
返回示例
{
    code: 200,
    msg: "请求成功",
    data: 
    [
        {
            id: 93,
            typeName: "社交活动",
            parentId: 0,
            remark: "q",
            isRelatedAgeGroup: null,
            type: 1,
            imgUrl: "https://cdn.shuipingce.com/level-test/202305/eb032a61-41d0-4bc0-9da0-5af60035ba09.png"
        },
        {
            id: 77,
            typeName: "家庭环境",
            parentId: 0,
            remark: null,
            isRelatedAgeGroup: null,
            type: 1,
            imgUrl: "https://cdn.shuipingce.com/level-test/202305/141efccf-0c49-41a3-b99c-a593cf62bdd7.png"
        }
    ]
}
返回参数说明
参数名 类型 说明
id string id
typeName string 评测类别名称
parentId string 父级id
remark string 备注
isRelatedAgeGroup string 是否关联年龄段,可用值:1,0,-1
type string 分类 枚举(1: 分类; 2: 年龄段),可用值:1,2
imgUrl string 图标地址
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML