更新用户步数API
POST
http://49.4.82.139:8081/api/userfitness/updateStepCount.do
请求参数
参数名
类型
描述
必填
userId
Long
用户id
必填
stepCount
Integer
步数
必填
响应参数
参数名
类型
描述
必填
retcode
int
请求码(0:成功 非0:失败)
必填
errcode
int
错误码(0:成功 非0:失败)
必填
message
String
返回消息
必填
data
Oject
返回的数据
必填