简要描述:
-供应链租赁--轮播图列表
请求域名:
- http://xx.com
请求URL:
plugin.yz-supply-lease.api.goods.rotation-list
请求 参数::
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
page | 否 | int | 页码 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "success",
"data": [
{
"pic": "http://119.91.205.224/static/upload/images/15/2022/11/ced688cbb7fc8f9245e75b018ca1e95c.png",
"url": "http://119.91.205.224/addons/yun_shop/?menu#/category?i=15",
"title": "确认过期"
},
{
"pic": "http://119.91.205.224/static/upload/images/15/2022/11/ced688cbb7fc8f9245e75b018ca1e95c.png",
"url": "http://119.91.205.224/addons/yun_shop/?menu#/category?i=15",
"title": "确认过期"
},
{
"pic": "http://119.91.205.224/static/upload/images/15/2022/11/ced688cbb7fc8f9245e75b018ca1e95c.png",
"url": "http://119.91.205.224/addons/yun_shop/?menu#/category?i=15",
"title": "确认过期"
},
{
"pic": "http://119.91.205.224/static/upload/images/15/2022/11/ced688cbb7fc8f9245e75b018ca1e95c.png",
"url": "http://119.91.205.224/addons/yun_shop/?menu#/category?i=15",
"title": "确认过期"
},
{
"pic": "http://119.91.205.224/static/upload/images/15/2022/11/ced688cbb7fc8f9245e75b018ca1e95c.png",
"url": "http://119.91.205.224/addons/yun_shop/?menu#/category?i=15",
"title": "确认过期"
},
{
"pic": "http://119.91.205.224/static/upload/images/15/2022/11/ced688cbb7fc8f9245e75b018ca1e95c.png",
"url": "http://119.91.205.224/addons/yun_shop/?menu#/category?i=15",
"title": "确认过期"
}
]
}
返回参数data说明:
参数名 | 类型 | 说明 |
---|---|---|
pic | string | 轮播图图片 |
url | string | 轮播图跳转地址 |
title | int | 轮播图标题 |