文档
测试

blog/article/put

PUT
http://localhost:3000

接口描述

新增文章

请求头

参数名
类型
描述
必填
Authorization
示例:this is a token
必填

请求参数

参数名
类型
描述
必填
article
object
数据字典
必填
title
string
示例:hello
必填
content
string
示例:this is main content
必填
category
string
示例:RECENT
必填

响应参数-返回成功

参数名
类型
描述
必填
code
int
示例:20000
必填
message
string
示例:submitSuccess
必填