<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>

                ??一站式輕松地調用各大LLM模型接口,支持GPT4、智譜、豆包、星火、月之暗面及文生圖、文生視頻 廣告
                該頁存放雇主、民工相關的列表信息,和其他的信息。 [TOC=2] ## 枚舉變量 ### 認證狀態 | 可選值 | 說明 | | --- | --- | | pending | 認證中 | | succeed | 認證通過 | | failed | 認證失敗 | ### 性別 | 可選值 | 說明 | | --- | --- | | male | 男 | | female | 女 | | secret | 保密 | ## 雇主列表(分頁) ~~~[api] get:/user/employer int:current_page=1#當前頁 int:page_number=10#頁碼 <<< success //首頁列表 { "code": 0, "data": { "data": [ { "id": 2, "name": "123",//用戶昵稱 "recent_login_time": "2018-02-08 17:37:16",//最后一次登錄時間 "avatar": "",//頭像地址 "phone": "15181474781",//手機號 "rate_info": {//評分相關 "rate1": 85, "rate2": 85, "rate3": 85, "total": 0,//總被評價次數 "update_time": "2018-02-08 17:37:16"//評價更新時間 } }, "address": [ { "id": 4, "user_id": 3, "is_default": false, "name": "hux", "phone": "13551347777", "province": "山東省", "city": "濰坊市", "district": "壽光市", "town": "古城街道", "area": "古城區域", "village": "曹家村", "area_id": 135 } ] ], "currentPage": 1,//當前頁 "pageNumber": 10,//頁碼 "count": 2//總條數 } } <<< success //分頁返回 { "code": 0, "data": { "data": [ { "id": 1, "name": "system", "recent_login_time": "2018-02-08 17:02:53", "avatar": null, "phone": null, "rate_info": null } ] } } ~~~ ## 民工列表(分頁) ~~~[api] get:/user/labour int:currentPage=1#當前頁 int:pageNumber=10#頁碼 <<< success // 列表返回 { "code": 0, "data": { "data": [ { "id": 2, "name": "",//用戶昵稱 "recent_login_time": "2018-02-09 12:23:09",//最后登錄時間 "level_points": 0,//等級積分 "avatar": null,//頭像地址 "birthday": null,//生日 "gender": "secret",//性別 "verify_status": null,//認證狀態 "interviewed": 0,// "phone": "15181474781",//手機號 "vip_card": null,//會員卡 "rate_info": {//評分相關 "rate1": 85, "rate2": 85, "rate3": 85, "total": 0,//總被評論次數 "update_time": "2018-02-09 12:23:08"//更新時間 }, "real_name_info": null,//認證信息 "serviceRegions":[ ],//服務范圍 "job_categories":[] } ], "currentPage": 1,//當前頁 "pageNumber": 1,//頁碼 "count": 1//總條數 } } <<< success //分頁返回 { "code": 0, "data": { "data": [ { "id": 1, "name": "system", "recent_login_time": "2018-02-08 17:02:53", "level_points": 0, "avatar": null, "birthday": null, "gender": "secret", "verify_status": null, "interviewed": 0, "phone": null, "vip_card": null, "rate_info": null, "real_name_info": null, "serviceRegions":[ ] } ] } } ~~~ ## 雇主用工地址 >[info] 雇主用工地址就不分頁了 ~~~[api] get:/user/getEmployerAddress *string:id=0#雇主id <<< success { "code": 0, "data": { "data": [ { "id": 1, "user_id": 2, "is_default": false, "name": "wac", "phone": "15181474781", "province": "山東省", "city": "濰坊市", "district": "壽光市", "town": "古城街道", "area": "古城區域", "village": "安家村", "area_id": 135 } ] } } ~~~ ## 民工會員期限設置 ~~~[api] get:/user/updateLabour *array:user_list=[1,2]#用戶id數組 *date:ent_time=2018-02-02#到期時間 <<< success { "code": 0 } <<< error { "code": -1, "msg": "到期時間格式不正確" } ~~~ ## 雇主搜索 ~~~[api] get:/searchEmployer *string:search=15181474781#雇主昵稱或者手機號 <<< success { "code": 0, "data": { "data": [ { "id": 2, "name": "",//用戶昵稱 "recent_login_time": "2018-02-09 12:23:09",//最后登錄時間 "level_points": 0,//等級積分 "avatar": null,//頭像地址 "birthday": null,//生日 "gender": "secret",//性別 "verify_status": null,//認證狀態 "interviewed": 0,// "phone": "15181474781",//手機號 "vip_card": null,//會員卡 "rate_info": {//評分相關 "rate1": 85, "rate2": 85, "rate3": 85, "total": 0,//總被評論次數 "update_time": "2018-02-09 12:23:08"//更新時間 }, "real_name_info": null,//認證信息 "serviceRegions":[ ],//服務范圍 "job_categories":[] } ] } } ~~~ ## 民工搜索 ~~~[api] get:/searchLabour *string:search=15181474781#民工昵稱或者手機號 <<< success { "code": 0, "data": { "data": [ { "id": 1, "name": "system", "recent_login_time": "2018-02-08 17:02:53", "level_points": 0, "avatar": null, "birthday": null, "gender": "secret", "verify_status": null, "interviewed": 0, "phone": null, "vip_card": null, "rate_info": null, "real_name_info": null, "serviceRegions":[ ] } ] } } ~~~
                  <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>

                              哎呀哎呀视频在线观看