文档
测试

获取景点分类列表

GET
http://localhost:8082/red-memory-user/footprint/reddatafootprinttype/getList

响应参数

参数名
类型
描述
必填
msg
string
示例:查询成功
必填
code
int
示例:0
必填
list
array
数据列表
必填
footprintTypeId
int
示例:1442022146724466700
必填
footprintTypeName
string
示例:纪念碑 分类名称 展示
必填
createTime
string
示例:2021-09-26 15:04:05 创建时间
必填
footprintTypeSort
int
示例:1 分类的排序
必填

说明 / 示例

{ "msg": "查询成功", "code": 0, "list": [ { "footprintTypeId": 1442022146724466688, "footprintTypeName": "纪念碑", "createTime": "2021-09-26 15:04:05", "footprintTypeSort": 1 }, { "footprintTypeId": 1442022189657362432, "footprintTypeName": "博物馆", "createTime": "2021-09-26 15:04:16", "footprintTypeSort": 2 } ] }