zeep life (小米运动) 刷步数,支持邮箱/手机账号
ip容易被限制,建议自建
api
POST
curl --location --request POST 'https://step.451024.xyz/step' \
--header 'Content-Type: application/json' \
-d '{"u":"账号","p":"密码","s":"步数"}'
GET
curl 'https://step.451024.xyz/step?u=账号&p=密码&s=步数'
部署到Vercel
Docker 部署
docker run -dit \
-p 3051:8080 \
--name editstep \
--restart unless-stopped \
gindex/editstep:latest