# 获取文章标签
~~~[api]
get:/tag/article/getbyid
*int:id=1#文章id
<<<
success
{
"status": true,
"resdata": [
{
"tagid": "001",
"tagname": "计算机科学与技术"
}
]
}
<<<
error
{
"status": false,
"title": "文章不存在",
"message": "请输入正确的文章id重试"
}
~~~