Authorization: Bearer ********************
curl --location --request GET 'http://localhost:9999/api1/li-tag-info/getTagList'
{
"code": "string",
"msg": "string",
"data": [
{
"tagId": 0,
"parentTagId": null,
"tagName": "string",
"tagComment": null,
"subList": null
}
]
}