文章数据
开发中GET
/adminapi/decorate.data/article请求参数
Query 参数
limit
integer
可选
获取条数 默认10条
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
array [object {9}]
必需
id
integer
文章id
title
string
标题
desc
string
简介
abstract
string | null
摘要
image
string
封面
author
string
作者
content
string
内容
create_time
string
创建时间
click
integer
浏览量
示例
{
"code": 0,
"show": 0,
"msg": "string",
"data": [
{
"id": 0,
"title": "string",
"desc": "string",
"abstract": "string",
"image": "string",
"author": "string",
"content": "string",
"create_time": "string",
"click": 0
}
]
}
最后修改时间: 2 年前