获取文章内容详情
POST
https://www.micecube.com/api/article/getDetail获取文章详情
请求参数
Header 参数
Mice-Auth
string
必需
授权验证参数,生成方式请见 授权验证 章节
Body 参数multipart/form-data
id
integer
文章id
示例值:
3342
示例代码
返回响应
响应参数(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
id
integer
文章id
form_id
string
所属活动
parent_id
integer
忽略
user_id
integer
忽略
category_id
string
必需
所属分类序列化数据,可反序列查看
post_title
string
文章标题
post_keywords
string
关键词
post_excerpt
string
摘要
post_source
string
来源
post_author
string
作者
post_content
string
文章内容
thumbnail
string
文章封面
attach
string
附件
video
string
视频附件
fileId
string
视频转码任务ID
read_count
integer
阅读量
like_count
integer
点赞数
create_time
integer
添加时间
published_time
integer
发布时间
delete_time
integer
忽略
editor_type
integer
必需
编辑器模式0wang 1mardown 2ueditor
post_status
integer
必需
状态;1:已发布;0:未发布;
list_order
integer
排序
media_id
string
微信公众号的ID
url
string
第三方url
top_time
string
置顶时间
is_top
integer
必需
是否置顶 1是 0否
location
integer
必需
附件位置 1顶部 2底部
video_status
integer
必需
视频转码状态 0 转码中 1转码完成 2转码失败
url
string
忽略
time
integer
忽略
示例
{
"code": 1,
"msg": "成功",
"data": {
"id": 4639,
"form_id": "203672",
"parent_id": 0,
"user_id": 0,
"category_id": "a:4:{i:0;a:1:{i:0;s:3:\"591\";}i:1;a:2:{i:0;s:3:\"591\";i:1;s:3:\"804\";}i:2;a:1:{i:0;s:3:\"803\";}i:3;a:2:{i:0;s:3:\"803\";i:1;s:3:\"805\";}}",
"post_title": "123",
"post_keywords": "",
"post_excerpt": "",
"post_source": "",
"post_author": "",
"post_content": "<p>随便写点东西</p>",
"thumbnail": "",
"attach": "",
"video": "",
"fileId": "",
"read_count": 25,
"like_count": 0,
"create_time": 1666852084,
"published_time": 1666852111,
"delete_time": 0,
"editor_type": 0,
"post_status": 1,
"list_order": 10000,
"media_id": "",
"url": "",
"top_time": "0",
"is_top": 0,
"location": 2,
"video_status": 0
},
"url": "",
"time": 1694154100
}
最后修改时间: 1 年前