暂无描述
[ { "userId":"20=1671320567113527296", //用户ID "hour":2, //小时 "rtime":1687746700, //时间戳 "heartTimes":70, //心率值 "zone":"+8", //时区(+-12此字段必传,无论正负都需要带上'+-'标识) "deviceMac":"", //采集设备MAC "deviceModel":"", //采集设备型号 } ]
curl --location --request POST 'https://web-api.ycaviation.com/smartam/upheart' \ --header 'zone: +8' \ --header 'language: cn' \ --header 'Access-Token: UAqr0/6qUB8C8DHIihSBnQ==' \ --header 'User-Agent: 1.3.18;10096;HealthWear;iOS 15.4.1;iPhone;0.01;watch;S25;' \ --header 'Content-Type: application/json' \ --data-raw '[ { "userId":"20=1671320567113527296", //用户ID "hour":2, //小时 "rtime":1687746700, //时间戳 "heartTimes":70, //心率值 "zone":"+8", //时区(+-12此字段必传,无论正负都需要带上'\''+-'\''标识) "deviceMac":"", //采集设备MAC "deviceModel":"", //采集设备型号 } ]'
{"code":0,"data":{},"message":"OK"}