curl --location --request GET 'http://192.168.2.198:8003/api/companion/getTagList' \
--header 'token: bcd30269-36ee-43c7-a68e-0b5c0027b2cc'
{
"code": 200,
"msg": "获取成功",
"time": "1748598300",
"data": [
{
"tag_name": "技术",
"tag_id": 1,
"is_user_selectable": "0",
"is_system_assigned": "1",
"has_tag": 1
},
{
"tag_name": "甜蜜",
"tag_id": 2,
"is_user_selectable": "1",
"is_system_assigned": "0",
"has_tag": 1
},
{
"tag_name": "颜值",
"tag_id": 4,
"is_user_selectable": "0",
"is_system_assigned": "1",
"has_tag": 1
},
{
"tag_name": "网红",
"tag_id": 3,
"is_user_selectable": "0",
"is_system_assigned": null,
"has_tag": 0
}
]
}