上传文章
开发中POST
/article/post-article在文章提交页,上传自己编写的文章
请求参数
Body 参数application/json
author_id
integer
作者id
示例
{
"author_id": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
result_code
integer
状态码
0-成功,1-失败
>= 0<= 1
result_msg
string
状态信息
result
integer
返回信息
文章上传成功后,返回这篇新文章的id
示例
{
"result_code": 0,
"result_msg": "dolore qui Excepteur sunt"
}
最后修改时间: 1 年前