<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                企業??AI智能體構建引擎,智能編排和調試,一鍵部署,支持知識庫和私有化部署方案 廣告
                [TOC] ## 列表 ~~~[api] get:/house_entrust <<< success { "code": 0, "data": { "data": [ { "id": 1, "h_province": "四川省",//省名 "h_city": "成都市",//市名 "h_county": "青羊區",//區名 "h_landmark": "鵬瑞利廣場",//地標名 "h_community": "幸福小區",//小區名 "h_unit": "九棟一單元",//所在單元 "h_swap": 1,//是否允許調換 0 不允許 1 允許 "h_metro": 1,//地鐵線路 "h_site": "中壩",//地鐵站點 "h_type": "三室兩廳",//戶型 "h_floor": "12樓/32樓",//樓層 "h_fitment": "精裝",//裝修 "h_sex": 0,//性別限制 0 女 1 男 2 不限 "h_area": 30,//面積 "r_mode": 1,//出租方式 0 短租合租 1 短租整租 2 長租整租 3 長租合租 4 長短合租 5 長短整租 "h_rent": 300000,//租金 以分為單位 "l_name": "王大錘",//房東姓名 "l_phone": "15114565411",//房東手機號 "h_facilities": [//配套設施 { "id": 1, "name": "冰箱" }, { "id": 2, "name": "電視" } ], "other": null,//其他信息 "create_time": "2017-11-09 19:34:00",//委托時間 "source": 0,//0 平臺添加 1 用戶房東添加 2 銷售添加 3 物業添加 4 第三方銷售添加 "status": 2//狀態 0 待審核 1 審核中 2 房源通過審核 3 房源被拒絕 } ], "currentPage": 1, "pageNumber": 10, "count": 7 } } ~~~ ## 分頁 ~~~[api] get:/house_entrust/pag *int:currentPage=1#當前頁 *int:pageNumber=10#頁碼 <<< success { "code": 0, "data": { "data": [ { "id": 1, "h_province": "四川省",//省名 "h_city": "成都市",//市名 "h_county": "青羊區",//區名 "h_landmark": "鵬瑞利廣場",//地標名 "h_community": "幸福小區",//小區名 "h_unit": "九棟一單元",//所在單元 "h_swap": 1,//是否允許調換 0 不允許 1 允許 "h_metro": 1,//地鐵線路 "h_site": "中壩",//地鐵站點 "h_type": "三室兩廳",//戶型 "h_floor": "12樓/32樓",//樓層 "h_fitment": "精裝",//裝修 "h_sex": 0,//性別限制 0 女 1 男 2 不限 "h_area": 30,//面積 "r_mode": 1,//出租方式 0 短租合租 1 短租整租 2 長租整租 3 長租合租 4 長短合租 5 長短整租 "h_rent": 300000,//租金 以分為單位 "l_name": "王大錘",//房東姓名 "l_phone": "15114565411",//房東手機號 "h_facilities": [//配套設施 { "id": 1, "name": "冰箱" }, { "id": 2, "name": "電視" } ], "other": null,//其他信息 "create_time": "2017-11-09 19:34:00",//委托時間 "source": 0,//0 平臺添加 1 用戶房東添加 2 銷售添加 3 物業添加 4 第三方銷售添加 "status": 2//狀態 0 待審核 1 審核中 2 房源通過審核 3 房源被拒絕 } ] } } <<< error { "code": -1, "msg": "參數錯誤!" } ~~~ ## 搜索 ~~~[api] get:/house_entrust/search *string:search=搜索內容#房源名 <<< success { "code": 0, "data": { "data": [ { "id": 1, "h_province": "四川省",//省名 "h_city": "成都市",//市名 "h_county": "青羊區",//區名 "h_landmark": "鵬瑞利廣場",//地標名 "h_community": "幸福小區",//小區名 "h_unit": "九棟一單元",//所在單元 "h_swap": 1,//是否允許調換 0 不允許 1 允許 "h_metro": 1,//地鐵線路 "h_site": "中壩",//地鐵站點 "h_type": "三室兩廳",//戶型 "h_floor": "12樓/32樓",//樓層 "h_fitment": "精裝",//裝修 "h_sex": 0,//性別限制 0 女 1 男 2 不限 "h_area": 30,//面積 "r_mode": 1,//出租方式 0 短租合租 1 短租整租 2 長租整租 3 長租合租 4 長短合租 5 長短整租 "h_rent": 300000,//租金 以分為單位 "l_name": "王大錘",//房東姓名 "l_phone": "15114565411",//房東手機號 "h_facilities": [//配套設施 { "id": 1, "name": "冰箱" }, { "id": 2, "name": "電視" } ], "other": null,//其他信息 "create_time": "2017-11-09 19:34:00",//委托時間 "source": 0,//0 平臺添加 1 用戶房東添加 2 銷售添加 3 物業添加 4 第三方銷售添加 "status": 2//狀態 0 待審核 1 審核中 2 房源通過審核 3 房源被拒絕 } ] } } <<< error { "code": -1, "msg": "參數錯誤!" } ~~~ ## 新增保存 ~~~[api] post:/house_entrust/save *int:province_id=1#省 id *string:h_province=四川省#省名 *int:city_id=1#市 id *string:h_city=成都市#市名 *int:county_id=1#區 id *string:h_county=青羊區#區名 *int:landmark_id=1#地標 id *string:h_landmark=內光華#地標名 *int:community_id=1#小區 id *string:h_community=光華中心#小區名 string:h_unit=5-2-2#單元名稱 <<< success <<< error ~~~ * 請求地址: `/house_entrust/save` * 請求方式: post * 請求參數: | 字段名 | 字段類型 | 字段長度 | 必填 | 字段說明 | | --- | --- | --- | --- | --- | | `province_id` | int | 11 | `是` | 省id | | `h_province` | string | 2-16 | `是` | 省名 | | `city_id` | int | 11 | `是` | 市id | | `h_city` | string | 2-16 | `是` | 市名 | | `county_id` | int | 11 | `是` | 區(縣)id | | `h_county` | string | 2-16 | `是` | 區(縣)名 | | `landmark_id` | int | 11 | `是` | 地標id | | `h_landmark` | string | 2-32 | `是` |地標名 | | `community_id` | int | 11 | `是` | 小區id | | `h_community` | string | 2-32 | `是` | 小區名 | | `h_unit` | string | 2-32 | 是(選填) | 小區單元樓層 | | `h_swap` | int | 11 | `是` | 是否允許調換(0:不允許 1:允許) | | `metro_id` | int | 11 | 是(選填) | 地鐵線路id | | `h_metro` | int | 11 | 是(選填) | 地鐵線路 | | `site_id` | int | 11 | 是(選填) | 地鐵站點id | | `h_site` | string | 2-16 | 是(選填) | 地鐵站點名 | | `h_type` | string | 2-16 | `是` | 房源戶型 | | `h_floor` | string | 2-16 | 是(選填) | 所在樓層 | | `h_fitment` | string | 2-16 | `是` | 裝修名 | | `h_sex` | int | 4 | `是` | 性別限制(0:女 1:男 2:不限) | | `h_area` | int | 11 | `是` | 房源面積 | | `r_mode` | int | 11 | `是` | 出租模式(數字選擇只選一個) | | `h_rent` | int | 20 | `是` | 租金(以分為單位) | | `l_name` | string | 2-16 | `是` | 房東姓名 | | `l_phone` | string | 11 | `是` | 房東手機號 | | `h_facilities` | json | 11 | `是` | 配套設施 | | `other` | string | 2-255 | 是 | 其他說明(選填) | > 小區可能會出現沒有單元的情況 可以填無單元 也可以不傳參數 也可以傳 null > 小區附近可能出現沒有地鐵的情況 沒有地鐵(地鐵相關)的全部填 null > 樓層也可能沒有 和單元類似的傳法 * 成功返回: ```json { "code": 0 } ``` * 失敗返回: ```json { "code": -1, "msg": "參數錯誤!" } ``` ## 修改查詢 ~~~[api] get:/house_entrust/editl *int:id=1#列表的 id <<< success { "code": 0, "data": { "data": { "id": 1, "h_province": "四川省", "h_city": "成都市", "h_county": "青羊區", "h_landmark": "內光華", "h_community": "光華中心", "h_unit": "9棟9單元9號", "h_swap": 1, "h_type": "一室零廳零衛", "h_floor": "9樓/9層", "h_fitment": "豪華裝修", "h_sex": 2, "h_area": 34, "r_mode": 0, "h_rent": 1550, "l_name": "赫萌", "l_phone": "13725554033", "h_facilities": [ { "id": 1, "name": "電視機" } ], "other": "", "create_time": "2017-12-06 17:25:32", "source": 2, "status": 2 } } } <<< error { "code": -1, "msg": "參數錯誤!" } ~~~ ## 修改保存 * 請求地址: `/house_entrust/update` * 請求方式: post * 請求參數: | 字段名 | 字段類型 | 字段長度 | 必填 | 字段說明 | | --- | --- | --- | --- | --- | | `id` | int | 11 | `是` | id | | `province_id` | int | 11 | `是` | 省id | | `h_province` | string | 2-16 | `是` | 省名 | | `city_id` | int | 11 | `是` | 市id | | `h_city` | string | 2-16 | `是` | 市名 | | `county_id` | int | 11 | `是` | 區(縣)id | | `h_county` | string | 2-16 | `是` | 區(縣)名 | | `landmark_id` | int | 11 | `是` | 地標id | | `h_landmark` | string | 2-32 | `是` |地標名 | | `community_id` | int | 11 | `是` | 小區id | | `h_community` | string | 2-32 | `是` | 小區名 | | `h_unit` | string | 2-32 | `是` | 小區單元樓層 | | `h_swap` | int | 11 | `是` | 是否允許調換(0:不允許 1:允許) | | `metro_id` | int | 11 | `是` | 地鐵線路id | | `h_metro` | int | 11 | `是` | 地鐵線路 | | `site_id` | int | 11 | `是` | 地鐵站點id | | `h_site` | string | 2-16 | `是` | 地鐵站點名 | | `h_type` | string | 2-16 | `是` | 房源戶型 | | `h_floor` | string | 2-16 | `是` | 所在樓層 | | `h_fitment` | string | 2-16 | `是` | 裝修名 | | `h_sex` | int | 4 | `是` | 性別限制(0:女 1:男 2:不限) | | `h_area` | int | 11 | `是` | 房源面積 | | `r_mode` | int | 11 | `是` | 出租模式(數字選擇只選一個) | | `h_rent` | int | 20 | `是` | 租金(以分為單位) | | `l_name` | string | 2-16 | `是` | 房東姓名 | | `l_phone` | string | 11 | `是` | 房東手機號 | | `h_facilities` | json | 11 | `是` | 配套設施 | | `other` | string | 2-255 | 是 | 其他說明(選填) | * 成功返回: ```json { "code": 0 } ``` * 失敗返回: ```json { "code": -1, "msg": "參數錯誤!" } ``` ## 刪除 ~~~[api] post:/house_entrust/delete *int:id=1#列表的 id <<< success { "code": 0 } <<< error { "code": -1, "msg": "參數錯誤!" } ~~~ ## 房源分配 ~~~[api] post:/house_entrust/dispatch *int:id=1#列表的 id *int:g_sale_id=1#負責銷售的 id <<< success { "code": 0 } <<< error { "code": -1, "msg": "參數錯誤!" } ~~~
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看