{}
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", "data": { "color_list": [ { "id": 1, "label": "白色", "color": "#FF0000" } ], "scene_list": [ { "id": 1, "label": "白色", "color": "#FF0000" } ] } }