# 獲取文章標簽
~~~[api]
get:/tag/article/getbyid
*int:id=1#文章id
<<<
success
{
"status": true,
"resdata": [
{
"tagid": "001",
"tagname": "計算機科學與技術"
}
]
}
<<<
error
{
"status": false,
"title": "文章不存在",
"message": "請輸入正確的文章id重試"
}
~~~