慧眼-识心声

对接数据中台接口


类型列表查询接口

[TOC]

简要描述
  • 类型列表查询接口
请求URL
  • http://ip:port/path?typeName=&pageNo=&pageSize=&updateTime=
请求方式
  • GET
参数
参数名 必选 类型 说明
updateTime String 更新时间
pageNo int 起始页
pageSize int 每页条数
typeName String 类型名称
返回示例
{
  "code": "",
  "message": "",
  "data": {
    "page": "",
    "total": "",
    "extend": "",
    "rows": [
      {
        "typeId": "",
        "typeName": "",
        "amount": "",
        "createTime": "",
        "updateTime": ""
      },
      {
        "typeId": "",
        "typeName": "",
        "amount": "",
        "createTime": "",
        "updateTime": ""
      }
    ]
  }
}
返回参数说明
参数名 类型 说明
code int 请求状态码
message String 请求返回信息
data 请求内容
data参数说明
参数名 类型 说明
page int 当前页
total int 总条数
extend String 补充字段,返回null
rows 显示内容
rows参数说明
参数名 类型 说明
typeId int 类型id
typeName String 类型名称
amount int 心声数量
createTime String 添加时间
updateTime String 更新时间
备注
  • 业务id必须唯一且为数字

页面列表

ITEM_HTML