文档
测试

04-文章增加

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

请求参数

参数名
类型
描述
必填
title
string
示例:dfsd
必填
intro
string
示例:ffwewe
必填
content
string
示例:fewe
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:新增成功
必填
data
object
数据字典
必填
id
int
示例:13
必填
title
string
示例:dfsd
必填
intro
string
示例:ffwewe
必填
content
string
示例:fewe
必填
create_time
string
示例:2021-10-29T02:56:04.000Z
必填