最新的运动数据记录
GET
http://172.20.4.210:6676/sport/front/sd/last
接口描述
获取最新的运动数据记录
请求参数
参数名
类型
描述
必填
sportType
string
运动类型;示例:xxxx
必填
响应参数
参数名
类型
描述
必填
id
int
主键id;示例:1
必填
uId
int
用户ID;示例:1
必填
uName
string
用户名字;示例:xxxx
必填
sportType
string
运动类型;示例:xxxx
必填
sTime
string
开始时间;示例:xxxx
必填
eTime
string
结束时间;示例:xxxx
必填
calorie
int
卡路里;示例:123
必填
data
string
详细数据;示例:xxxx
必填
cTime
string
创建时间;示例:xxxx
必填