文档
测试

发布售房

POST
http://localhost:8080/community//xcx/sellHouses/add

请求参数

参数名
类型
描述
必填
photo
string
示例:图片
必填
title
string
示例:标题
必填
household
string
示例:户
必填
direction
string
示例:朝向
必填
size
int
示例:大小
必填
floor
int
示例:楼层
必填
totalFloor
int
示例:总楼层
必填
price
int
示例:价格
必填
years
int
示例:年代
必填
describes
string
示例:描述
必填
phone
string
示例:联系方式
必填
time
int
示例:时间
必填
communityCode
string
社区编号
必填

响应参数

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