文档
测试

/papers

POST
http://localhost:8080/papers

请求头

参数名
类型
描述
必填
Content-Type
string
示例:application/json
可选
Accept
string
示例:application/json
可选

请求参数

参数名
类型
描述
必填
Title
string
示例:测试论文标题
必填
Abstract
string
示例:论文简介
必填
Content
string
示例:论文文本内容,可以是富文本
必填
Authors
string
示例:教授1, 教授2, 学生1
必填
State
int
示例:0
必填