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

                ThinkChat2.0新版上線,更智能更精彩,支持會話、畫圖、視頻、閱讀、搜索等,送10W Token,即刻開啟你的AI之旅 廣告
                ## 獲取獲取首頁數據 ~~~ 接口說明: ~~~ +++ post:https://lite.zou520.com/exhibition/index *longitude=經度# *latitude=緯度# <<< success { "err_code": 0, "return_code": 0, "err_msg": "獲取成功", "data": { "lately_exhibition": { "id": 1, "exhibition_name": "深圳市卡瑞思博會展中心", "operate_time": "2018-08-05 22:02:32", "open_time": "2018-08-17 22:02:40", "synopsis": "深圳市卡瑞思博會展中心", "longitude": 22.598679, "latitude": 113.843679, "create_time": 1533477907, "open_regions_id": 2, "distance": 0.07, "exhibition_img": [ { "id": 1, "exhibition_info_id": 1, "img": "https://lite-1256413004.cos.ap-guangzhou.myqcloud.com/exhibition_img/banner2.jpg", "type": 1 } ] }, "casual_see": [ { "id": 3, "exhibition_name": "深圳市卡瑞思博會展中心", "operate_time": "08.05", "open_time": "08.17", "exhibition_img": { "id": 3, "exhibition_info_id": 3, "img": "https://lite-1256413004.cos.ap-guangzhou.myqcloud.com/exhibition_img/img6.gif", "type": 1 } } ] } } <<< error { "err_code": 0, //0為成功 否者錯誤 "return_code": 0, //約定碼 特別情況下使用該參數 "err_msg": "查詢成功", "data": [] } +++ ## 獲取展會詳情 ~~~ 接口說明: ~~~ +++ post:https://lite.zou520.com/exhibition/get_exhibition_info *id=展會ID# <<< success { "err_code": 0, "return_code": 0, "err_msg": "獲取成功", "data": { "id": 1, "exhibition_name": "深圳市卡瑞思博會展中心", //展會名稱 "operate_start_time": "08.05", //展會開始時間 "operate_end_time": "08.17", //展會結束時間 "synopsis": "深圳市卡瑞思博會展中心", //簡介 "longitude": 22.598679, "latitude": 113.843679, "open_regions_id": 2, "start_open_time": "09:00", //展館開放時間 "end_open_time": "18:00", //展館結束時間 "logo": "https://lite-1256413004.cos.ap-guangzhou.myqcloud.com/exhibition_img/logo.png", //LOGO "english_name": "yinwen mingcnge ", //英文名稱 "address": "廣東省深圳市會展中心", //地址 "exhibition_img": [ { "id": 1, "img": "https://lite-1256413004.cos.ap-guangzhou.myqcloud.com/exhibition_img/banner2.jpg" } ], "exhibition_hall": [ //參展商 { "id": 1, "exhibition_info_id": 1, "name": "一號館", "sort": 0, "x": 318, "y": 887, "exhibitor_list": [ { "id": 1, "logo": "https://lite-1256413004.cos.ap-guangzhou.myqcloud.com/exhibition_img/logo.png", "name": "測試參展商", "introduction": "測試參展商簡介", "industry_label_id": 1, "exhibition_position_number": "703", "exhibition_hall_id": 1, "industry_label_name": "科技" } ] } ], "activity": [ //活動信息 { "id": 1, "exhibition_info_id": 1, "date": "2018.08.05", "sort": 0, "activity_list": [ { "id": 1, "title": "測試活動名稱", "content": "測試活動內容", "distinguished_guest": " ", "host_company": " ", "start_time": "15:33", "end_time": "15:34", "address": "深圳市高新園", "activity_date_id": 1 } ] } ] } } <<< error { "err_code": 0, //0為成功 否者錯誤 "return_code": 0, //約定碼 特別情況下使用該參數 "err_msg": "查詢成功", "data": [] } +++ ## 獲取參展商詳情 ~~~ 接口說明: ~~~ +++ post:https://lite.zou520.com/exhibition/get_exhibitor_dateils *id=參展商ID# <<< success { "err_code": 0, "return_code": 0, "err_msg": "獲取成功", "data": { "id": 1, "logo": "https://lite-1256413004.cos.ap-guangzhou.myqcloud.com/exhibition_img/logo.png", "name": "測試參展商", "introduction": "測試參展商簡介", "address": "深圳市高新園", "tel": "0755-56537832", "mail": "337196325@qq.com", "brand": "啦啦啦", "exhibits": "急啊,零點,柔軟", "exhibition_position_number": "703", "industry_label_id": 1, "is_collection": 1 //是否收藏 0為收藏 1為已收藏 "industry_label": { "id": 1, "label_name": "科技" }, "img": [ { "id": 1, "img": "https://lite-1256413004.cos.ap-guangzhou.myqcloud.com/exhibition_img/img6.gif" } ] } } <<< error { "err_code": 0, //0為成功 否者錯誤 "return_code": 0, //約定碼 特別情況下使用該參數 "err_msg": "查詢成功", "data": [] } +++ ## 獲取活動詳情 ~~~ 接口說明: ~~~ +++ post:https://lite.zou520.com/exhibition/get_activity_dateils *id=參展商詳情# <<< success { "err_code": 0, "return_code": 0, "err_msg": "獲取成功", "data": { "id": 1, "title": "測試活動名稱", //標題 "content": "測試活動內容", //內容 "distinguished_guest": "活動嘉賓 ", //活動嘉賓 "host_company": "主辦單位", //主辦單位 "start_time": "2018-08-05 22:05", //開始時間 "address": "深圳市高新園", //地址 "end_time": "2018-08-05 22:05", //結束時間 "is_collection": 1 //是否收藏 0為收藏 1為已收藏 } } <<< error { "err_code": 0, //0為成功 否者錯誤 "return_code": 0, //約定碼 特別情況下使用該參數 "err_msg": "查詢成功", "data": [] } +++
                  <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>

                              哎呀哎呀视频在线观看