获取附近的景点和当前信息
POST
http://localhost:8082/red-memory-user/footprint/redfootprint/getNearFootprintList
接口描述
前期直接一次性返回一个打卡地列表后续景点多了再做进一步的修改优化
请求参数
参数名
类型
描述
必填
longitude
double
经度
必填
latitude
double
纬度
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:查询成功
必填
code
int
示例:0
必填
footprintId
string
示例:1454728891116687360 主键id
必填
footprintName
string
示例:撒旦法洒 景点名称
必填
footprintContent
string
示例:阿萨德 景点描述
必填
address
string
示例:爱上 景点地址
必填
cellphone
string
示例: 景点联系电话
必填
ticketPrice
int
示例:0 票价 0 可以显示为免费
必填
openTime
string
示例:说的 开放时间
必填
longitude
int
示例:22 经纬度
必填
latitude
int
示例:22
必填
images
string
示例: 图片可以是多张
必填
footprintTypeId
string
示例:1442022146724466688 景点所属分类
必填
city
string
示例:爱上 城市
必填
createTime
string
示例:2021-10-31 16:36:09 创建时间
必填
userId
string
示例:1 用户id
必填
updateTime
string
示例:2021-10-31 16:36:09 更新时间
必填
realDistance
float
示例:93.97156526453946 与目的地的距离大小 单位米
必填
articleType
String
文章类型 footMark
必填