简要描述:
返回示例:
{
"id": "M1596600721724",
"component_key": "U_coupons",
"component_title": "优惠券",
"remote_data": {
"list": [
{
"id": 18,
"display_order": 0,
"name": "兑换中心",
"enough": 80,
"coupon_method": 1,
"deduct": 100,
"discount": 8,
"created_at": "2019-09-23 11:21:41",
"money": "0.00",
"total": -1,
"gettotal": 39,
"usetotal": 2,
"lasttotal": "无限数量"
}
],
"get_style": "2",
"get_number": "1",
"preview_color": "#ffffff",
"coupons_style": "1",
"coupons_font_color": "#ffffff",
"coupons_color": {
"isColor": "1",
"color": "#29ba9c",
"image": ""
},
"coupons_border_color": "#C1E7DF"
},
"data": [],
}
返回参数说明:
参数名 |
类型 |
说明 |
id |
int |
页面组件唯一标识 |
component_key |
string |
组件标识(每个类型主键组件标识一致) |
component_title |
string |
组件名称 |
remote_data |
array |
组件装修内容 |
data |
array |
组件数据 |
remote_data参数说明:
参数名 |
类型 |
说明 |
preview_color |
string |
背景颜色 |
get_style |
string |
获取方式 |
get_number |
string |
优惠券显示数量 |
coupons_style |
string |
优惠券样式 |
coupons_font_color |
string |
优惠券字体颜色 |
coupons_color |
string |
优惠券背景 |
coupons_border_color |
string |
优惠券边框颜色 |
list |
array |
优惠券列表 |
data参数说明:
备注: