##绑定米糠小号(用于拨打业主电话。返回米糠小号的号码)(注意:一个小时后解除绑定)
域名/index.php/App/User/bindingNumber/token/用户TOKEN 传输方式:post
+++
*house_id# 户型id
<<<
success
<<<
error
{
"info":"\u83b7\u53d6\u623f\u6e90\u6210\u529f\uff01",
"state":1,
"retData":''
}
+++
##搜索条件(区域)
域名/index.php/App/Index/regionList.html
+++
<<<
success
[
{
"id": "3",
"name": "龙岗区",
"Street": [
{
"id": "3",
"district": "3",
"name": "南山"
}
]
}
]
<<<
+++
##搜索条件(类型)
域名/index.php/App/Index/type.html
+++
<<<
success
[
{
"id": "3",
"name": "精装"
},
{
"id": "4",
"name": "豪装"
}
]
<<<
+++
##公告列表
域名/index.php/App/Index/getNoticeList/token/用户token 传输方式:GET
+++
*type# 查找类型 //1为经纪人端公告,2位业主端公告
<<<
success
{
"info": "查询成功。",
"state": 1,
"data": [
{
"id": "4",
"title": "regrg"
},
{
"id": "5",
"title": "regrg"
}
]
}
<<<
error
{
"info": "查询成功。",
"state": 1,
"data":“”
}
+++
##公告详情
域名/index.php/App/Index/getNoticeDateils/token/用户token 传输方式:GET
+++
*id# 公告ID
<<<
success
{
"info": "查询成功。",
"state": 1,
"data": {
"id": "4",
"title": "regrg",
"conten": "<p>rsdgrdgregregregregsdfg</p>",
"type": "1",
"start_time": "2016-12-01 03:53:33",
"end_time": "2016-12-04 03:53:33",
"update_time": "2016-12-01 03:53:33"
}
}
<<<
error
{
"info": "查询成功。",
"state": 1,
"data": ""
}
+++