curl --location --request GET '/shopapi/DecorateTheme/index' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb'
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"id": 0,
"content": [
{
"name": "string",
"icon": "string",
"title": "string",
"content": {
"style": 0,
"data": [
{
"url": "string",
"title": "string",
"link": {
"name": "string",
"path": "string",
"param": [
null
],
"index": 0,
"extend": true
},
"id": 0,
"name": "string",
"image": "string",
"sales_num": 0,
"sell_price": "string",
"lineation_price": "string"
}
],
"density": 0,
"title": "string",
"subtitle": "string",
"is_more": true,
"moretitle": "string",
"morelink": [
"string"
],
"type": 0,
"goods": [
"string"
],
"group": {
"id": 0,
"name": "string",
"limit": 0
},
"is_title": true,
"is_price": true,
"is_button": true
},
"facade": {
"chamfer_style": 0,
"indicator_style": 0,
"indicator_align": "string",
"indicator_color": "string",
"nav_style": 0,
"nav_line": 0,
"nav_line_mun": 0,
"active_color": "string",
"background_color": "string",
"text_color": "string",
"title_color": "string",
"title_font_size": 0,
"subtitle_color": "string",
"subtitle_font_size": 0,
"more_color": "string",
"margin": 0,
"list_style": 0,
"card_style": 0,
"padding": 0,
"line_style": "string",
"line_color": "string",
"high_style": 0
}
}
],
"common": [
"string"
]
}
}