Zepp Life/小米运动步数修改接口
GET /api/zepp.php?msg=账号&msg2=密码&msg3=步数&type=json
POST /api/zepp.php
Content-Type: application/x-www-form-urlencoded
{
"msg": "账号",
"msg2": "密码",
"msg3": "步数"
}
参数 | 类型 | 说明 |
---|---|---|
msg | 字符串 | 账号(邮箱/手机号) |
msg2 | 字符串 | 密码 |
msg3 | 数字 | 要修改的步数 |
type | 字符串 | 返回格式,默认为text,可指定json |
保存成功
{
"code": 200,
"mess": "保存成功"
}
暂无结果