【API接口开源】微信支付宝运动修改步数接口

通过Zepp Life(原小米运动)API实现了一个工具,可以同步用户的运动步数到微信和支付宝。
项目源码地址: https://github.com/miloce/Zepp-Life-Steps

Demo:https://steps.luozhinet.com/

搭建好后提供API接口,支持POST和GET方式调用
API接口调用

- POST方式

POST /api/update-steps Content-Type: application/json { "account": "您的账号", "password": "您的密码", "steps": 步数值 }

- GET方式

GET /api/update-steps?account=您的账号&password=您的密码&steps=想要的步数

- 参数说明:

参数名类型必填说明accountstring是Zepp Life 账号(邮箱或手机号)passwordstring是账号密码stepsnumber否想要修改的步数(不填则随机生成20000-30000之间的步数)

- 示例:

https://steps.luozhinet.com/api/update-steps?account=example@mail.com&password=yourpassword&steps=25000

- 返回结果:

{ "success": true, "message": "步数修改成功: 25000", "data": { ... } }

【API接口开源】微信支付宝运动修改步数接口插图
【API接口开源】微信支付宝运动修改步数接口插图1
【API接口开源】微信支付宝运动修改步数接口插图2


微信扫码关注公众号 更新内容早知道
© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片快捷回复

    暂无评论内容