简要描述:
- 酒店列表
请求域名:
- http://xx.com
请求URL:
GET/&route=plugin.hotel-supply.frontend.home.home
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
result: 1,
msg: "home",
data: {
thumb: "http://localhost/attachment/images/6/2018/04/yCfnKfcWicKXATi5fKI0watW8K0tz0.jpg",
url: "http://biadu.com"
}
}
错误时返回:
{
"result": 0,
"msg": "未检测到数据!",
"data": []
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
thumb | int | 图片地址 |
url | string | 图片跳转url |