curl --location --request GET 'http://localhost:3000/api/web/index/tag'
{
"code": 200,
"message": "获取成功",
"data": [
{
"name": "单场代",
"icon": "http://dummyimage.com/100x100",
"desc": "reprehenderit",
"createTime": {},
"updateTime": {}
}
]
}