基本信息
接口名称:
Zeep Life运动助手刷步数
请求方法:
GET
计费类型:
按量计费 ¥0.001
接口文档
# API文档111
请求参数
| 参数名 | 是否必填 | 类型 | 参数说明 | 示例值 |
|---|---|---|---|---|
| apikey | 是 | string | 用户后台key | xxxxxxxxxx |
| user | 是 | string | 刷步账号 | 475475252@qq.com |
| pass | 是 | string | 刷步密码 | 12456789 |
| step | 否 | string | 步数 | 88888 |
请求示例
{
"apikey": "xxxxxxxxxx",
"user": "475475252@qq.com",
"pass": "12456789",
"step": "88888"
}
返回参数
| 参数名 | 类型 | 说明 |
|---|---|---|
| code | string | 返回的状态码 |
| msg | string | 返回的信息 |
返回示例
{
"code": "200",
"msg": null
}