## 发送手机验证码
> 代号:1000_g15
+++
Xmkz_v3/OverallSituation/sentSMS
<<<
success
{
"data": "",
"info": "发送成功",
"code": 1000,
"state": 1
}
<<<
error
{
"data": "",
"info": "20170117183824,117",
"code": 1003,
"state": 2
}
+++
## 获取目前开发的区域
> 代号:1000_g1
+++
Xmkz_v3/OverallSituation/getCityList
<<<
success
[
{
"id": "1",
"name": "深圳",
"choice": "1",
"open": "1"
},
{
"id": "2",
"name": "广州",
"choice": "0",
"open": "1"
}
]
+++
## 却换区域
> 代号:1000_g14
+++
Xmkz_v3/OverallSituation/updateCity
*city_id=区域ID #
<<<
success
{
"id": "1",
"name": "深圳",
"choice": "1"
}
<<<
error
+++
## 用户选择的区域
> 代号:1000_g13
+++
Xmkz_v3/OverallSituation/getCity
<<<
success
{
"id": "1",
"name": "深圳",
"choice": "1"
}
+++
## 常用单位
>
+++
get:Api/OverallSituation/getCompanyAll
<<<
success
{
"matching": [ //空间配套
{
"_id": {
"$id": "58a3c99ea81e5a8c1f13ee8d"
},
"type": "matching",
"name": "办公桌"
},
{
"_id": {
"$id": "58a3c9bca81e5aca1e13ee8e"
},
"type": "matching",
"name": "文件柜"
}
],
"price_units": [ //价格单位
{
"_id": {
"$id": "58a3c714a81e5af31b13ee8d"
},
"type": "price_units",
"name": "元/m²/天"
},
{
"_id": {
"$id": "58a3c720a81e5a701b13ee8d"
},
"type": "price_units",
"name": "元/m²/月"
}
],
"conditioner": [ //空调类型
{
"_id": {
"$id": "58a3c925a81e5abb1c13ee8d"
},
"type": "conditioner",
"name": "中央空调"
},
{
"_id": {
"$id": "58a3c92fa81e5a831e13ee8e"
},
"type": "conditioner",
"name": "无空调"
}
],
"ground_type": [ //地面类型
{
"_id": {
"$id": "58a3c941a81e5a823413ee8f"
},
"type": "ground_type",
"name": "地砖"
},
{
"_id": {
"$id": "58a3c967a81e5afe1d13ee8f"
},
"type": "ground_type",
"name": "水泥地"
}
],
"renovation": [ //装修类型
{
"_id": {
"$id": "58a3c978a81e5a397c13ee8e"
},
"type": "renovation",
"name": "毛坯"
},
{
"_id": {
"$id": "58a3c98fa81e5a511f13ee8d"
},
"type": "renovation",
"name": "豪装"
}
],
"contain_expenses": [ //包含费用
{
"_id": {
"$id": "58a3c9cda81e5a3e1f13ee8e"
},
"type": "contain_expenses",
"name": "物业费"
},
{
"_id": {
"$id": "58a3c9e0a81e5a8c1f13ee8e"
},
"type": "contain_expenses",
"name": "车位费"
}
],
"characteristic_label": [ //特色标签
{
"_id": {
"$id": "58a3cc4ea81e5a212013ee8d"
},
"type": "characteristic_label",
"name": "产业特色"
},
{
"_id": {
"$id": "58a3cc5aa81e5ade2013ee8d"
},
"type": "characteristic_label",
"name": "总部大楼"
}
],
"action": [ //空间功能
{
"_id": {
"$id": "58a3ce7da81e5af62213ee8d"
},
"type": "action",
"name": "办公"
},
{
"_id": {
"$id": "58a3cea4a81e5af62213ee8e"
},
"type": "action",
"name": "生产"
}
]
}
+++