OkayAPI Docs
API Params
| Parameter | Type | Required | Default | Note | Description |
|---|---|---|---|---|---|
| HTTP_APPKEY | String | Required | MIN: 32 | Common Put Your APPKEY | |
| register_time | Date | Optaion | 开始注册时间,为空时不限制。格式示例:2018-06-06 21:18:59 |
API Debug
| KEY | REQUIRED | VALUE |
|---|---|---|
| app_key | *Required | |
| register_time | Option |
API Response
| KEY | Type | Description |
|---|---|---|
| list | Array | 邀请列表,没有时为空数组 |
| list[].username,注册账号,如:dogstar | String | |
| list[].register_time | String | 注册时间,如:2018-06-06 21:18:59 |
| list[].actived | String | 激活状态,分为;已激活/未激活 |
HTTP Response Code
| HTTP Status Code | Description |
|---|---|
| Http Status = 200 | Success |
| Http Status = 400 | 表示客户端参数错误 |
| Http Status = 404 | 表示接口服务不存在 |
| Http Status = 500 | 表示服务端内部错误 |