简要描述:
- 页面设计: 热门搜索
请求URL:
GET/route=plugin.web-design.frontend.hot.index
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
[
{
"id": 18,
"uniacid": 1,
"sort": 9999,
"title": "标题",
"subtitle": "副标题",
"mini_url": "小程序链接",
"img_url": "http://localhost:8788/storage/app/public/web-design/images/163876965961ada3fbd7be8.jpg"
},
{
"id": 18,
"uniacid": 1,
"sort": 9999,
"title": "标题",
"subtitle": "副标题",
"mini_url": "小程序链接",
"img_url": ""
}
]
}