{域名地址}/api/archive/prev
illustrate:{域名地址}
You need to replace it with your domain address, such as/api/archive/prev
GET
Field name |
type |
Required |
illustrate |
id |
int |
yes |
Document ID |
Field name |
type |
illustrate |
code |
int |
Error code |
msg |
string |
Error Cause Description |
data |
object |
Results content |
Field name |
type |
illustrate |
id |
int |
Document ID |
title |
string |
Document title |
seo_title |
string |
Document SEO title |
url_token |
string |
Document URL alias |
keywords |
string |
Document keywords |
Description |
string |
Document Introduction |
module_id |
int |
Document model ID |
category_id |
int |
Document Classification ID |
views |
int |
Document view count |
comment_count |
int |
Document comments |
images |
string[] |
Document group photo |
logo |
string |
Document Logo |
thumb |
string |
Document thumbnails |
flag |
string |
Document recommendation attributes, headlines[h]recommended[c]slide[f]special recommendation[a]scroll[s]bold[h]pics[p]jump[j] |
canonical_url |
string |
canonical url |
fixed_link |
string |
Document Permalink |
created_time |
int |
Document release timestamp |
updated_time |
int |
Document update timestamp |
status |
int |
Document display status |
user_id |
int |
User ID |
price |
int |
Price, unit points |
stock |
int |
Inventory quantity |
user_id |
int |
User ID |
{
"code": 0,
"data": {
"id": 3,
"created_time": 1607308858,
"updated_time": 1611373923,
"title": "AnqiCMS使用帮助",
"seo_title": "",
"url_token": "help",
"keywords": "",
"description": "AnqiCMS使用帮助",
"module_id": 1,
"category_id": 1,
"views": 1256,
"comment_count": 0,
"images": null,
"template": "",
"status": 1,
"canonical_url": "",
"fixed_link": "",
"flag": "",
"user_id": 0,
"price": 0,
"stock": 9999999,
"logo": "/uploads/20225/27/5cd9e65be13cbe6b.webp",
"thumb": "/uploads/20225/27/5cd9e65be13cbe6b.webp",
"link": "/help"
},
"msg": ""
}{
"code": 0,
"data": null,
"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 |