文档
测试

04-文章管理-新增

POST
http://localhost:5000/api/manager/article/add

请求参数

参数名
类型
描述
必填
title
string
示例:xxx
必填
intro
string
示例:xxxxx
必填
content
string
示例:neirong
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:新增成功
必填
data
object
数据字典
必填
id
int
示例:12
必填
title
string
示例:xxx
必填
intro
string
示例:xxxxx
必填
content
string
示例:neirong
必填
create_time
string
示例:2021-02-16T10:20:01.000Z
必填