本接口用于读取指定的 TAG
http://server/index.php/api/tag/read
GET
名称 | 类型 | 必需 | 描述 |
---|---|---|---|
tag_id | int | true | ID |
名称 | 类型 | 描述 | 备注 |
---|---|---|---|
tagRow | array | TAG 详细信息 | 详情请查看 $albumRow |
返回结果示例
{
"tagRow": {
"tag_id": "62",
"tag_name": "2",
"tag_article_count": "0",
"tag_status": "pub",
"rcode": "y120102"
}
}
名称 | 类型 | 描述 |
---|---|---|
tag_id | int | ID |
tag_name | string | 名称 |
tag_article_count | int | 与当前 TAG 关联的文章数 |
tag_status | string | 状态 pub 为发布,hide 为隐藏 |
rcode | string | 返回码 |