文档
测试

新增文章

POST
/api/new_post

请求头

参数名
类型
描述
必填
Cookies
string
cookies
必填

请求参数

参数名
类型
描述
必填
title
str
标题
必填
post_img
str
文章封面URL
必填
summary
str
文章摘要
必填
content
long_text
文章正文
必填

响应参数

参数名
类型
描述
必填
status
dict
响应状态
必填
code
str
是否成功,SUC成功,ERR失败
必填
msg
str
对响应状态的描述
必填
data
dict
响应内容
必填
post_id
int
文章id
必填
date
date
发布时间
必填