<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、智譜、豆包、星火、月之暗面及文生圖、文生視頻 廣告
                **簡要描述:** - 獲取訂單詳情 **請求URL:** - ` api/order/detail` **請求方式:** - get **參數:** |參數名|是否必選|類型|說明| |:---- |:---|:----- |----- | |id |必選 |id |訂單id | **返回示例** ``` { "code": 1, "msg": "獲取成功", "data": { "id": 6, "order_sn": "202101151014326716", "order_type": 2, "order_status": 0, "pay_way": 1, "pay_time": "", "consignee": "測試先生", "mobile": "13104997825", "delivery_type": 1, "goods_price": "1250.00", "order_amount": "1250.00", "discount_amount": "0.00", "integral_amount": "0.00", "total_amount": "1250.00", "total_num": 25, "shipping_price": "0.00", "shipping_time": "", "user_remark": "", "confirm_take_time": "", "cancel_time": "", "refund_status": 0, "settle_id": 0, "settle_amount": null, "use_integral": 0, "refund_amount": null, "create_time": "2021-01-15 10:14:32", "update_time": null, "coupon_list_id": null, "team": { "need": 2, "join": 1, "joins": [{ "avatar": "http:\/\/www.likeshopv2.localhost\/uploads\/user\/avatar\/259dd42fa8f6b7f34669f51d803c83eb.jpeg", "nickname": "momo", "is_found": 1 }], "notice": "您正在參與2人團" }, "order_goods": [{ "id": 5, "order_id": 6, "goods_id": 10, "item_id": 10, "goods_name": "順豐包郵 12期免息日本PILOT百樂Justus 95鋼筆14K金尖FJ-3MR可調書寫軟硬金筆成人書法練字商務辦公送禮盒裝", "goods_num": 25, "goods_price": "50.00", "total_price": "1250.00", "total_pay_price": "1250.00", "discount_price": "0.00", "integral_price": "0.00", "spec_value_ids": "10", "delivery_id": 0, "refund_status": 0, "is_comment": 0, "is_seckill": 0, "goods_info": "{\"item_id\":10,\"goods_id\":10,\"goods_name\":\"順豐包郵 12期免息日本PILOT百樂Justus 95鋼筆14K金尖FJ-3MR可調書寫軟硬金筆成人書法練字商務辦公送禮盒裝\",\"status\":1,\"del\":0,\"image\":\"\\\/uploads\\\/images\\\/background\\\/20201210\\\/6768915899c1f445e43c886ad5e8668a.png\",\"stock\":2369,\"free_shipping_type\":1,\"free_shipping\":\"0.00\",\"free_shipping_template_id\":0,\"spec_image\":\"\",\"spec_value_str\":\"默認\",\"spec_value_ids\":\"10\",\"goods_price\":\"50.00\",\"volume\":2,\"weight\":2,\"third_category_id\":15,\"original_price\":\"1680.00\",\"team_id\":1,\"image_str\":\"http:\\\/\\\/www.likeshopv2.localhost\\\/uploads\\\/images\\\/background\\\/20201210\\\/6768915899c1f445e43c886ad5e8668a.png\",\"goods_num\":\"25\"}", "create_time": 1610676872, "comment_btn": 0, "refund_btn": 0, "spec_value": "默認", "image": "http:\/\/www.likeshopv2.localhost\/uploads\/images\/background\/20201210\/6768915899c1f445e43c886ad5e8668a.png" }], "delivery_address": "北京北京市東城區測試小區", "pay_btn": 1, "cancel_btn": 1, "delivery_btn": 0, "take_btn": 0, "del_btn": 0, "order_cancel_time": 1610678672, "pay_way_text": "微信支付" }, "show": 0, "time": "0.339484" } ``` **返回參數說明** |參數名|類型|說明| |:----- |:-----|----- | |order_id |int |訂單id |order_sn |int |訂單編號 |delivery_address |int |收貨地址 |order_status |int |訂單狀態;0-待付款;1-待發貨;2-待收貨;3-已完成;4-已關閉 |user_remark |int |用戶備注 |shipping_price |int |運費 |shipping_time |int |發貨時間 |pay_time |int |支付時間 |goods_price |int |商品金額 |order_amount |int |實付金額 |total_amount |int |訂單總額 |create_time |int |下單時間 |cancel_time |int |取消時間 |take_time |int |確認收貨時間 |order_cancel_time |int |訂單自動取消時長 |pay_btn |int |是否顯示待支付按鈕;1-是;0-否 |cancel_btn |int |是否顯示取消訂單按鈕;1-是;0-否 |delivery_btn |int |是否顯示查看物流按鈕;1-是;0-否 |take_btn |int |是否顯示確定收貨按鈕;1-是;0-否 |del_btn |int |是否顯示刪除訂單按鈕;1-是;0-否 |comment_btn |int |是否顯示評論按鈕;1-是;0-否 |refund_btn |int |是否顯示申請退款按鈕;1-是;0-否 |order_goods |array |訂單商品 |----goods_id |int |商品id |----goods_name |int |商品名稱 |----spec_value |string |規格名稱 |----image |string |商品圖片 |----goods_num | int | 商品數量 |----goods_price | float |商品價格 |team | array | 拼團信息;拼團訂單才有 |need | int | 成團需要人數 |join| int | 已參團人數 |---joins | array | 參與人的頭像 |------avatar | string | 頭像 |------nickname | string | 昵稱 |------is_found| int | 是否為團長;0-不是; 1-是 |---notice | string| 提示語 **備注** - 這里是備注信息
                  <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>

                              哎呀哎呀视频在线观看