同步呼吸率数据

App收到的json字段

字段名 字段类型 字段说明
year int 数据日期 年
month int 数据日期 月
day int 数据日期 日
item_count int 呼吸率详情个数
items 集合 呼吸率详情,start_time&respid的集合
字段名 字段类型 字段说明
start_time int 开始时间,距离0点的偏移
单位秒
respid int 呼吸率值

示例:

{
    "year":2022,
    "month":12,
    "day":26,
    "item_count":3,
    "items":[
        {
            "start_time":0,
            "respid":80
        },
        {
            "start_time":100,
            "respid":80
        },
        {
            "start_time":100,
            "respid":80
        }
    ]
}
Copyright © 2023-2024 IDO. All rights reserved. all right reserved,powered by Gitbook修订时间: 2026-04-07 16:03:39

results matching ""

    No results matching ""