文档
测试

获取打卡地/景点列表

GET
http://localhost:8082/red-memory-user/footprint/redfootprint/getListByParams

接口描述

默认获取全部的景点/打卡地列表 可以通过景点分类对景点列表进行筛选 和用户的打卡状态

请求参数

参数名
类型
描述
必填
footprintTypeId
String
景点分类列表
必填
isPunch
int
用户打卡状态 0 未打卡 1 已经打卡
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:查询成功
必填
code
int
示例:0
必填

说明 / 示例

{ "msg": "查询成功", "code": 0, "page": { "totalCount": 4, "pageSize": 10, "totalPage": 1, "currPage": 1, "list": [ { "footprintId": 1445393645288165376, "footprintName": "福建农林大学sad", "footprintContent": "阿萨德sadsad阿萨德撒撒", "address": "阿萨德sadsad阿萨德爱上", "cellphone": "231251", "ticketPrice": 21, "openTime": "收到的洒", "longitude": 12, "latitude": 12, "images": "http://guli123.oss-cn-beijing.aliyuncs.com/20211005/91412658b7764e94a00599c89eb3cfe8.jpg", "footprintTypeId": 1442022146724466688, "city": "sad阿萨阿萨德阿萨德", "createTime": "2021-10-05 22:21:13", "userId": 2, "updateTime": "2021-10-05 22:23:46" }, { "footprintId": 1454728891116687360, "footprintName": "撒旦法洒", "footprintContent": "阿萨德", "address": "爱上", "cellphone": "", "ticketPrice": 0, "openTime": "说的", "longitude": null, "latitude": null, "images": "", "footprintTypeId": 1442022146724466688, "city": "爱上", "createTime": "2021-10-31 16:36:09", "userId": 1, "updateTime": "2021-10-31 16:36:09" }, { "footprintId": 1458361019704414208, "footprintName": "234", "footprintContent": "234", "address": "234", "cellphone": "", "ticketPrice": 0, "openTime": "234", "longitude": null, "latitude": null, "images": "", "footprintTypeId": 1442022146724466688, "city": "234", "createTime": "2021-11-10 17:08:56", "userId": 2, "updateTime": "2021-11-10 17:08:56" }, { "footprintId": 1462044911867138048, "footprintName": "测试视频", "footprintContent": "收到的 ", "address": "阿萨德", "cellphone": "", "ticketPrice": 0, "openTime": "阿萨德", "longitude": null, "latitude": null, "images": "", "footprintTypeId": 1442022146724466688, "city": "阿萨德", "createTime": "2021-11-20 21:07:25", "userId": 1, "updateTime": "2021-11-20 21:07:25" } ] } }