简要描述:

返回示例:

  {
        "id": "M1596600721724",
        "component_key": "U_slideshow",
		"component_title": "轮播图",
    "remote_data": {
        "picture_border": 0,
        "bg_color": "#ffffff",
        "padding_top": 0,
        "padding_bottom": 0,
        "padding_left": 0,
        "padding_right": 0,
        "list": [
            {
                "id": 1,
                "image": "https://dev4.yunzmall.com/attachment/image/38e87b3f066db6e4a1f361b2f5310abb.jpg",
                "is_minApp": "1",
                "h5_link": "",
                "gh_id": "",
                "minApp_link": "",
                "text": "文本"
            },
            {
                "id": 2,
                "image": "https://dev4.yunzmall.com/attachment/image/bde0858fb05716f40d65bab238a2f527.jpg",
                "is_minApp": "1",
                "h5_link": "",
                "gh_id": "",
                "minApp_link": "",
                "text": "文本"
            }
        ],
        "choose_style": "2"
    },
        "data": "",
    }

返回参数说明:

参数名 类型 说明
id int 页面组件唯一标识
component_key string 组件标识(每个类型主键组件标识一致)
component_title string 组件名称
params array 组件装修内容
data array 组件数据

remote_data参数说明:

参数名 类型 说明
picture_border int 图片圆角
bg_color string 背景颜色
padding_top string 上边距
choose_style string 图片样式选择
list array 图片数据

list参数说明:

参数名 类型 说明
id int id
image string 对应的图片链接
is_minApp string 判断跳转链接 1是H5链接;2是小程序链接; 6是聚合APP链接; 7是跳转聚合任务中心
h5_link string H5端跳转的链接
gh_id string 小程序跳转的原始id
minApp_link string 小程序端跳转的链接
text string 显示的文字
app_link string 聚合APP端跳转的链接

备注: