{}
curl --location --request POST 'https://api.mindshow.vip/v1/template/tag_cfg' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"info": "succ",
"request_id": "21al1389334aal4f",
"data": {
"color_list": [
{
"id": 1,
"label": "白色",
"color": "#FF0000"
}
],
"scene_list": [
{
"id": 1,
"label": "白色",
"color": "#FF0000"
}
]
}
}