文档
测试

轮播图接口

POST
http://192.168.1.222/member/api.zx/shop_ad

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:success.
必填
data
object
数据字典
必填
list
array
数据列表
必填
id
int
示例:12
必填
title
string
示例:双十一广告
必填
ad_type
int
示例:2
必填
imgurl
string
示例:
必填
app_type
int
示例:1
必填
bind_type
object
示例:null
必填
ext_id
object
示例:null
必填
data
array
数据列表
必填
imgurl
string
示例:http://kld.com/upload/image/2019/11/5dd3a84e7c7c2.jpg 地址列表
必填
bind_type
string
示例:article
必填
type_val
string
示例:花王热销爆款!打骨折!
必填
ext_id
string
示例:18
必填
open_type
string
示例:navigate
必填
url
string
示例:/member/article/info/id/18.html 链接地址
必填
status
int
示例:1
必填
sort_order
int
示例:2
必填
add_time
int
示例:1574152294
必填
update_time
int
示例:1574662771
必填
count
object
示例:null
必填
pagenum
int
示例:1
必填
row
object
示例:null
必填
p
object
示例:null
必填

说明 / 示例

``` { "data": { "list": [ { "id": 12, "title": "双十一广告", "ad_type": 2, "imgurl": "", "app_type": 1, "bind_type": null, "ext_id": null, "data": [ { "imgurl": "http://kld.com/upload/image/2019/11/5dd3a84e7c7c2.jpg", "bind_type": "article", "type_val": "花王热销爆款!打骨折!", "ext_id": "18", "open_type": "navigate", "url": "/member/article/info/id/18.html" }, { "imgurl": "http://kld.com/upload/image/2019/11/5dd3a85627248.png", "bind_type": "link", "type_val": "/shop/index/allsort", "ext_id": "0", "open_type": "navigate", "url": "/shop/index/allsort" }, { "imgurl": "http://kld.com", "bind_type": "", "type_val": "", "ext_id": "", "open_type": "navigate", "url": "" } ], "status": 1, "sort_order": 2, "add_time": 1574152294, "update_time": 1574662771 }, { "id": 13, "title": "双十二又来了", "ad_type": 3, "imgurl": "", "app_type": 1, "bind_type": null, "ext_id": null, "data": [ { "imgurl": "http://kld.com/upload/image/2019/11/5dd3a87ee5e5c.jpg", "bind_type": "article", "type_val": "浪漫邂逅手链关晓彤同款", "ext_id": "15", "open_type": "navigate", "url": "/member/article/info/id/15.html" }, { "imgurl": "http://kld.com/upload/image/2019/11/5dd3a886c8b5f.png", "bind_type": "link", "type_val": "/shop/goods/index", "ext_id": "0", "open_type": "navigate", "url": "/shop/goods/index" }, { "imgurl": "http://kld.com/upload/image/2019/11/5dd3a88eb9edd.png", "bind_type": "link", "type_val": "/shop/index/allsort", "ext_id": "0", "open_type": "navigate", "url": "/shop/index/allsort" } ], "status": 1, "sort_order": 0, "add_time": 1574152363, "update_time": 1574152363 } ], "count": null, "pagenum": 1, "row": null, "p": null }, "code": 1, "msg": "success." } ```