文档
测试

05-文章管理-更新

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

请求参数

参数名
类型
描述
必填
id
int
示例:10
必填
title
string
示例:xxx
必填
intro
string
示例:xxxxx
必填
content
int
示例:123
必填

响应参数

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