<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智能體構建引擎,智能編排和調試,一鍵部署,支持知識庫和私有化部署方案 廣告
                ### 使用描述 H5用戶電影訂單列表 ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=7c42929813aefd0108e87492b0749775#%E6%96%B9%E6%B3%95%E5%90%8D)方法名 dby.living.movie.user.order.page ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=7c42929813aefd0108e87492b0749775#%E7%BD%91%E5%85%B3%E5%9C%B0%E5%9D%80)網關地址 | 環境 | 地址 | 請求方式 | | --- | --- | --- | | 生產環境 | `https://openapi.duobaoyu.com.cn/open/api` | post+json | | 測試環境 | `https://openapi.duobaoyu88.cn/open/api` | post+json | ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=7c42929813aefd0108e87492b0749775#%E5%85%AC%E5%85%B1query%E5%8F%82%E6%95%B0)公共Query參數 * * * | 名稱 | 類型 | 必填 | 描述 | | --- | --- | --- | --- | | method | String | 是 | 方法名稱 | | sign | String | 是 | [簽名](簽名規則.md) | | timestamp | String | 是 | 時間戳,格式為13位,例如:1670223623000 | | version | String | 是 | 版本號,現固定為v1 | | appKey | String | 是 | 申請的應用appKey | ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=7c42929813aefd0108e87492b0749775#%E4%B8%9A%E5%8A%A1body%E5%8F%82%E6%95%B0applicationjson)業務Body參數(application/json) * * * | 名稱 | 類型 | 必填 | 示例值 | 描述 | | --- | --- | --- | --- | --- | | userId | java.lang.String | 是 | 1 | 三方用戶ID | | startTime | java.lang.String | 是 | 2023-05-24 00:00:00 | 查詢開始時間 | | endTime | java.lang.String | 是 | 2023-05-31 23:59:59 | 查詢結束時間 | | current | java.lang.Integer | 否 | 1 | 當前頁數 | | size | java.lang.Integer | 否 | 默認10 | 一頁的數據條數 | ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=7c42929813aefd0108e87492b0749775#%E5%93%8D%E5%BA%94%E5%8F%82%E6%95%B0)響應參數 * * * | 參數名 | 類型 | 示范值 | 描述 | | --- | --- | --- | --- | | code | java.lang.String | 0 | 業務編碼處理結果編碼 | | msg | java.lang.String | 請求成功 | 業務處理結果結果說明 | | data | java.lang.Object | | 響應結果 | | ??├─records | java.util.List | | 分頁結果 | | ????├─dbyOrderId | java.lang.String | 1651627865210830880 | 小象訂單ID | | ????├─cinemaName | java.lang.String | 武昌橫店電影城 | 影院名稱 | | ????├─hallName | java.lang.String | 9號廳 前臺消費贈衍生品 | 影廳名稱 | | ????├─filmName | java.lang.String | 人生路不熟 | 電影名稱 | | ????├─filmLogo | java.lang.String | [https://xxx.6000000006617-0-alipicbeacon.jpg](https://xxx.6000000006617-0-alipicbeacon.jpg/) | 電影logo | | ????├─showTime | java.lang.String | 2022-05-10 10:10:00 | 放映時間 | | ????├─createTime | java.lang.String | 2022-05-08 10:10:00 | 下單時間 | | ????├─seatNames | java.lang.String | 1排15座,1排14座 | 選座的座位信息 英文逗號隔開 | | ????├─seatCount | java.lang.Integer | 2 | 座位數 | | ????├─orderStatus | java.lang.Integer | 2 | 訂單狀態(1:待付款、2:受理中、4:待出票、8:已出票、16:已結算、-1:已關閉) | | ????├─orderStatusDesc | java.lang.String | 受理中 | 訂單狀態名稱 | | ????├─payPrice | java.lang.Long | 5600 | 訂單支付金額(分) | | ??├─size | java.lang.Integer | 10 | 一頁的數據條數 | | ??├─current | java.lang.Integer | 1 | 頁數 | | ??├─total | java.lang.Integer | 100 | 總條數 | | msgId | java.lang.String | efd7f07011124adf | 消息id | ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=7c42929813aefd0108e87492b0749775#%E8%AF%B7%E6%B1%82%E7%A4%BA%E4%BE%8B)請求示例 curljavaphp ~~~json curl -XPOST -H "Content-type: application/json" -d '{ "userId": "1", "startTime": "2023-05-24 00:00:00", "endTime": "2023-05-31 23:59:59", "current": 1, "size": 10 }' 'http://xxxxx/open/api?method=dby.living.movie.user.order.page&version=v1&appKey=your appKey&timestamp=1670057525000&sign=123' ~~~ ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=7c42929813aefd0108e87492b0749775#%E5%93%8D%E5%BA%94%E7%A4%BA%E4%BE%8B)響應示例 ~~~json { "code": "0", "msg": "請求成功", "data": { "records": [{ "dbyOrderId": "1411661192265777348610", "cinemaName": "中影盛世華納國際影城(免費停車)", "hallName": "9號廳 前臺消費贈衍生品", "filmName": "人生路不熟", "filmLogo": "https://gw.alicdn.com/tfscom/i2/O1CN01dtI9u422SYQome1Sv_!!6000000007119-0-alipicbeacon.jpg", "showTime": "2023-05-27 11:05:00", "createTime": "2023-05-24 10:07:54", "seatNames": "1排1座,1排2座", "newSeats": null, "orderStatus": 2, "orderStatusDesc": "受理中", "payPrice": "0", "seatCount": 2 }, { "dbyOrderId": "1411661187695985373186", "cinemaName": "中影盛世華納國際影城(免費停車)", "hallName": "9號廳 前臺消費贈衍生品", "filmName": "人生路不熟", "filmLogo": "https://gw.alicdn.com/tfscom/i2/O1CN01dtI9u422SYQome1Sv_!!6000000007119-0-alipicbeacon.jpg", "showTime": "2023-05-27 11:05:00", "createTime": "2023-05-24 09:49:45", "seatNames": "1排1座,1排2座", "newSeats": null, "orderStatus": 2, "orderStatusDesc": "受理中", "payPrice": "0", "seatCount": 2 }, { "dbyOrderId": "1411661184673537654786", "cinemaName": "中影盛世華納國際影城(免費停車)", "hallName": "9號廳 前臺消費贈衍生品", "filmName": "人生路不熟", "filmLogo": "https://gw.alicdn.com/tfscom/i2/O1CN01dtI9u422SYQome1Sv_!!6000000007119-0-alipicbeacon.jpg", "showTime": "2023-05-27 11:05:00", "createTime": "2023-05-24 09:37:45", "seatNames": "1排1座,1排2座", "newSeats": null, "orderStatus": 2, "orderStatusDesc": "受理中", "payPrice": "0", "seatCount": 2 } ], "total": 0, "size": 10, "current": 1 }, "msgId": null, "success": true } ~~~ ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=7c42929813aefd0108e87492b0749775#%E5%BC%82%E5%B8%B8%E7%A4%BA%E4%BE%8B)異常示例 ~~~json { "code": "1", "msg": "請求失敗", "data": null, "msgId": "efd7f07011124adf" } ~~~
                  <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>

                              哎呀哎呀视频在线观看