文档
测试
POST
http://localhost:8080/community/critique/update

接口描述

编辑

请求头

参数名
类型
描述
必填
dev
string
示例:
必填

请求参数

参数名
类型
描述
必填
id
int
示例:9
必填
title
string
示例:标题
必填
type
int
示例:0
必填
content
string
示例:ssssasasa
必填

说明 / 示例

{ "id": 9, "title":"标题", "type": 0, "content":"ssssasasa" }

响应

参数名
类型
描述
必填
success
boolean
示例:true
必填
responseCode
string
示例:100000
必填
message
string
示例:运行正确
必填
result
object
示例:null
必填
args
object
示例:null
必填