curl --location --request GET '/shopapi/DecorateTheme/getPage?type' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb'
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"id": 0,
"content": [
{
"name": "string",
"icon": "string",
"title": "string",
"content": [
{
"url": "string",
"link": [
"string"
]
}
],
"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"
]
}
}