简要描述:
返回示例:
{
"id": "M1596600721724",
"component_key": "U_button",
"component_title": "按钮组",
"remote_data": {
"list": [
{
"id": 1,
"image": "https://dev4.yunzmall.com/attachment/image/8ed372143454ef60d73c7a95888ca875.png",
"is_minApp": "1",
"h5_link": "",
"gh_id": "",
"minApp_link": "",
"text": "铃铛"
}
],
"choose_style": "2",
"padding_top": "0",
"padding_bottom": "0",
"button_size": 50,
"border_radius": 25,
"button_number": "4",
"is_scroll": false,
"button_line": 1,
"preview_color": {
"isColor": "1",
"color": "#ffffff",
"image": ""
},
"font_size": 14,
"text_style": [],
"font_color": "#666666"
},
"data": "",
}
返回参数说明:
参数名 |
类型 |
说明 |
id |
int |
页面组件唯一标识 |
component_key |
string |
组件标识(每个类型主键组件标识一致) |
component_title |
string |
组件名称 |
params |
array |
组件装修内容 |
data |
array |
组件数据 |
remote_data参数说明:
参数名 |
类型 |
说明 |
preview_color |
string |
背景 |
padding_top |
string |
上边距 |
is_scroll |
Boolean |
是否滚动 |
button_line |
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端跳转的链接 |
备注: