blog/article/post
POST
http://localhost:3000/api/blog/article
接口描述
更新文章
请求头
参数名
类型
描述
必填
Authorization
string
this is a token
必填
请求参数
响应参数-返回成功
参数名
类型
描述
必填
code
int
示例:20000
必填
message
string
示例:updateSuccess
必填
响应参数-返回失败1
参数名
类型
描述
必填
code
int
示例:40014
必填
message
string
示例:paramsExeciption
必填