{域名地址}/api/tag/detail
illustrate:{域名地址}
You need to replace it with your domain address, such as/api/tag/detail
GET
Field name |
type |
Required |
illustrate |
id |
int |
yes |
Tag ID, if filename is passed, you don't need to pass the ID |
filename |
string |
no |
Tag URL alias, tag ID and filename choose one |
Field name |
type |
illustrate |
code |
int |
Error code |
msg |
string |
Error Cause Description |
data |
object |
Results content |
Field name |
type |
illustrate |
id |
int |
Tag ID |
title |
string |
Tag name |
seo_title |
string |
Tag SEO title |
url_token |
string |
Tag URL alias |
keywords |
string |
Tag keywords |
Description |
string |
Label introduction |
first_letter |
string |
First letter |
link |
string |
Link |
created_time |
int |
Tag publish timestamp |
updated_time |
int |
Tag update timestamp |
status |
int |
Tag display status |
{
"code": 0,
"data": {
"id": 1,
"created_time": 1662733318,
"updated_time": 1662733318,
"title": "AnqiCMS",
"seo_title": "",
"keywords": "",
"url_token": "anqicms",
"description": "",
"first_letter": "A",
"status": 1,
"link": "https://www.kanqicms.com/tag/1/"
},
"msg": ""
}
Error code |
illustrate |
0 |
OK |
-1 |
Error, the cause of the error is pointed out in msg |
1001 |
Not logged in |
1002 |
Unauthorized |
200 |
API request OK |