创建话题
POST
/student/post/topic创建话题
请求参数
Body 参数application/json
id
integer
可选
content
string
可选
imgURLs
array[string]
可选
authorID
integer
可选
createdAt
string
可选
updatedAt
string
可选
isDraft
boolean
可选
示例
{
"id": 0,
"content": "string",
"imgURLs": [
"string"
],
"authorID": 0,
"createdAt": "string",
"updatedAt": "string",
"isDraft": true
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
可选
编码:1成功,0和其它数字为失败
msg
string
错误信息
data
null
数据
示例
{
"code": 0,
"msg": "",
"data": null
}
最后修改时间: 1 个月前