OkayAPI Docs
API Params
Parameter | Type | Required | Default | Note | Description |
---|---|---|---|---|---|
HTTP_APPKEY | String | Required | MIN: 32 | Common Put Your APPKEY | |
yearStart | Int | Optaion | 2016 | 起始年份,默认2016,值 0-69 会映射为 2000-2069,值 70-100 会映射为 1970-2000起始年份 不是整型的数会转成0 | |
monthStart | Int | Optaion | 2 | 起始月份,默认2,值 0-12 | |
dayStart | Int | Optaion | 9 | 起始天数,默认9,值 0-31 |
API Debug
KEY | REQUIRED | VALUE |
---|---|---|
app_key | *Required | |
yearStart | Option | |
monthStart | Option | |
dayStart | Option |
API Response
KEY | Type | Description |
---|---|---|
yearStart | Int | 起始年份,默认2016,值 1-69 会映射为 2001-2069,值 70-100 会映射为 1970-2000 不是整型的数会转成0 |
monthStart | Int | 起始月份,默认2,值 1-12 不是整型的数会转成0 |
dayStart | Int | 起始日期,默认9,值 1-31 不是整型的数会转成0 |
HTTP Response Code
HTTP Status Code | Description |
---|---|
Http Status = 200 | Success |
Http Status = 400 | 表示客户端参数错误 |
Http Status = 404 | 表示接口服务不存在 |
Http Status = 500 | 表示服务端内部错误 |