文档
测试

报事修改

POST
http://localhost:8080/test/xcx/affair/update

请求参数

参数名
类型
描述
必填
photo
string
示例:图片
必填
title
string
示例:标题
必填
name
string
示例:姓名
必填
mobile
string
示例:联系方式
必填
content
string
示例:事情详情
必填
id
integer
必填

响应参数

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

说明 / 示例

{ "success": true, "responseCode": "1000010", "message": "标题不能重复", "result": null, "args": null }{ "success": true, "responseCode": "100000", "message": "运行正确", "result": null, "args": null }