curl --location --request GET '/shopapi/decorateTheme/getConfig' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb'
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"theme": "string",
"tabbar": {
"content": {
"style": "string",
"data": [
{
"icon": "string",
"select_icon": "string",
"name": "string",
"link": {
"name": "string",
"path": "string",
"params": [
"string"
],
"type": "string"
}
}
]
},
"styles": {
"background_color": "string",
"text_color": "string",
"text_select_color": "string"
}
}
}
}