简要描述:
- 星座运势列表接口
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2019-11-20 |
请求URL:
请求方式:
- GET
请求头:
无
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"data": [
{
"id": 11,
"astroid": 1,
"astroname": "白羊座",
"date": "3-21~4-19",
"pic": "http://api.jisuapi.com/astro/static/images/baiyang.png",
"created_at": "2019-11-17 16:13:03",
"updated_at": null
},
{
"id": 12,
"astroid": 2,
"astroname": "金牛座",
"date": "4-20~5-20",
"pic": "http://api.jisuapi.com/astro/static/images/jinniu.png",
"created_at": "2019-11-17 16:13:03",
"updated_at": null
},
{
"id": 13,
"astroid": 3,
"astroname": "双子座",
"date": "5-21~6-21",
"pic": "http://api.jisuapi.com/astro/static/images/shuangzi.png",
"created_at": "2019-11-17 16:13:03",
"updated_at": null
},
{
"id": 14,
"astroid": 4,
"astroname": "巨蟹座",
"date": "6-22~7-22",
"pic": "http://api.jisuapi.com/astro/static/images/juxie.png",
"created_at": "2019-11-17 16:13:03",
"updated_at": null
},
{
"id": 15,
"astroid": 5,
"astroname": "狮子座",
"date": "7-23~8-22",
"pic": "http://api.jisuapi.com/astro/static/images/shizi.png",
"created_at": "2019-11-17 16:13:03",
"updated_at": null
},
{
"id": 16,
"astroid": 6,
"astroname": "处女座",
"date": "8-23~9-22",
"pic": "http://api.jisuapi.com/astro/static/images/chunv.png",
"created_at": "2019-11-17 16:13:03",
"updated_at": null
},
{
"id": 17,
"astroid": 7,
"astroname": "天秤座",
"date": "9-23~10-23",
"pic": "http://api.jisuapi.com/astro/static/images/tianping.png",
"created_at": "2019-11-17 16:13:03",
"updated_at": null
},
{
"id": 18,
"astroid": 8,
"astroname": "天蝎座",
"date": "10-24~11-22",
"pic": "http://api.jisuapi.com/astro/static/images/tianxie.png",
"created_at": "2019-11-17 16:13:03",
"updated_at": null
},
{
"id": 19,
"astroid": 9,
"astroname": "射手座",
"date": "11-23~12-21",
"pic": "http://api.jisuapi.com/astro/static/images/sheshou.png",
"created_at": "2019-11-17 16:13:03",
"updated_at": null
},
{
"id": 20,
"astroid": 10,
"astroname": "摩羯座",
"date": "12-22~1-19",
"pic": "http://api.jisuapi.com/astro/static/images/mojie.png",
"created_at": "2019-11-17 16:13:03",
"updated_at": null
},
{
"id": 21,
"astroid": 11,
"astroname": "水瓶座",
"date": "1-20~2-18",
"pic": "http://api.jisuapi.com/astro/static/images/shuiping.png",
"created_at": "2019-11-17 16:13:03",
"updated_at": null
},
{
"id": 22,
"astroid": 12,
"astroname": "双鱼座",
"date": "2-19~3-20",
"pic": "http://api.jisuapi.com/astro/static/images/shuangyu.png",
"created_at": "2019-11-17 16:13:03",
"updated_at": null
}
],
"status": 200,
"msg": "获取成功!"
}
错误时返回:
{
"data": [],
"status": 40000,
"msg": "参数不能为空"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
astroid | int | 星座ID |
astroname | string | 星座名称 |
date | string | 星座日期 |
pic | string | 星座图片 |
备注:
- 无
文档更新时间: 2019-12-03 19:16 作者:admin