文档
测试

修改我的入驻申请

POST
http://localhost:8080/community//communityApply/modifyCommunity

请求参数

参数名
类型
描述
必填
communityName
string
示例:改1了2
必填
communityPhone
int
示例:321
必填
email
int
示例:321
必填
provinceId
int
示例:1
必填
cityId
int
示例:1
必填
areaId
int
示例:1
必填
address
int
示例:321
必填
communityType
int
示例:1
必填
peopleNum
int
示例:321
必填
licenseUrl
int
示例:3213213
必填
communityPhoto
int
示例:3213213
必填
auditStatus
int
示例:0
必填

响应参数

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

说明 / 示例

{ "success": true, "responseCode": "100000", "message": "运行正确", "result": null, "args": null }