获取登录距离上一次超过100英里的列表
GET
http://localhost:8076/api/user/getmemberlogindistanceworn
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
status
boolean
示例:true
必填
count
int
示例:2
必填
id
int
示例:633
必填
memberid
int
示例:2604
必填
account
string
示例:836630541@qq.com
必填
ipaddress
string
登录ip
必填
devicecate
string
设备地址
必填
lat
float
示例:35.8617
必填
lng
float
示例:104.195
必填
distanceyl
float
距离(英里)
必填
address
string
登录地址
必填
logincity
string
登录城市
必填
createdAt
string
登录时间
必填