插入留言板评论
PUT
http://127.0.0.1:8000/api/user/board/content
请求头
参数名
类型
描述
必填
Content-type
string
application/json
必填
请求参数
参数名
类型
描述
必填
board_content
string
示例:fuck太难吃了12345678
必填
board_type
number
0:为匿名 1:为非匿名
必填
响应参数
参数名
类型
描述
必填
code
string
示例:0
必填
message
string
示例:success
必填
data
object
示例:null
必填