# 批量获取运动数据

# host: https://yach-oapi.zhiyinlou.com 正式环境

# host: https://yach-oapi-test.zhiyinlou.com 测试环境

# 概述

名称
地址 /topapi/health/stepinfo/listbyuserid?access_token=ACCESS_TOKEN
请求方式 POST
参数 见【参数】
返回值 见【返回值】

# 参数

参数 参数类型 必须 说明
access_token String 调用接口凭证
userids String 用户yachid列表,最多传50个,英文逗号分隔
stat_date String 时间,注意时间格式是YYMMDD

返回值

{
    "code": 200,
    "msg": "",
    "obj": [
        {
            "stat_date": "20200611",
            "step_count": "1357",
            "userid": "yach077063"
        },
        {
            "state_date": "20200611",
            "step_count": 0,
            "userid": "yach123456"
        }
    ]
}
上次更新: 1/19/2021, 11:34:19 AM
foo