文档
测试

编辑文章

POST
localhost:8086/blog/editBlog

接口描述

编辑文章

请求头

参数名
类型
描述
必填
xwqtoken
String
用户唯一标识id
必填

请求参数

参数名
类型
描述
必填
blogid
int
文章id
必填
title
String
文章标题
必填
content
String
文章内容
必填
flid
Integer
分类id
必填
isattribute
Integer
是否关注
必填
jxbxq
double
记享币需求
必填
words
Integer
展示多少个字
必填
isprivate
Integer
是否私有
必填

响应参数

参数名
类型
描述
必填
message
string
示例:修改成功~
必填
data
object
示例:null
必填
code
int
示例:200
必填