<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之旅 廣告
                **簡要描述:** - 訂單詳情 **請求URL:** - `/adminapi/order.order/detail` **請求方式:** - GET **參數:** |參數名 |必選 |類型 |說明 | | ------ | ------ | ------ |------ | |id |是 |int |訂單id | **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "id": 109, "order_status": 0, "sn": "202109101800504720", "order_type": 0, "order_terminal": 1, "create_time": "2021-09-10 18:00:50", "pay_status": 0, "pay_way": 0, "pay_time": "——", "confirm_take_time": "——", "user_id": 9, "user_sn": "47896438", "nickname": "小城外的桃李", "express_status": 0, "delivery_type": 1, "express_time": "——", "user_remark": "", "order_remarks": "", "total_goods_price": "2799.00", "discount_amount": "0.00", "change_price": null, "express_price": "20.00", "order_amount": "2819.00", "integral_amount": "0.00", "express_name": null, "invoice_no": null, "shop_name": null, "pickup_code": null, "verification_time": null, "order_goods": [ { "id": 34, "order_id": 109, "goods_name": "小米10青春版", "goods_price": "2399.00", "goods_num": 1, "total_price": "2399.00", "discount_price": "0.00", "change_price": "0.00", "total_pay_price": "2399.00", "goods_image": "https://img0.baidu.com/it/u=2635130093,4202492912&fm=26&fmt=auto&gp=0.jpg", "spec_value_str": "8GB+256GB,冰峰黑提" }, { "id": 35, "order_id": 109, "goods_name": "哈比樹兒童滑滑梯室內汽車滑梯家用玩具寶寶小型秋千組合游樂園", "goods_price": "400.00", "goods_num": 1, "total_price": "400.00", "discount_price": "0.00", "change_price": "0.00", "total_pay_price": "400.00", "goods_image": "https://img0.baidu.com/it/u=2635130093,4202492912&fm=26&fmt=auto&gp=0.jpg", "spec_value_str": "二合一(藍色)" } ], "order_log": [ { "order_id": 109, "type": 3, "create_time": "2021-09-10 18:00:50", "operator": "小城外的桃李", "channel_desc": "會員提交訂單" } ], "order_status_desc": "待付款", "order_type_desc": "普通訂單", "order_terminal_desc": "微信小程序", "pay_status_desc": "未支付", "pay_way_desc": "", "delivery_address": "廣東省廣州市海珠區新港中路397號", "express_status_desc": "未發貨", "delivery_type_desc": "快遞發貨", "admin_order_btn": { "remark_btn": 1, "cancel_btn": 1, "delete_btn": 0, "deliver_btn": 0, "confirm_btn": 0, "logistics_btn": 0, "refund_btn": 0, "refund_detail_btn": 0, "verification_btn": 0, "verification_query_btn": 0, "address_btn": 1, "price_btn": 1, "express_btn": 1 }, "total_goods_pay_price": 2799, "contact": "張三", "mobile": "17509990999", "refund_status": "—", "refund_type": "—", "refund_amount": "—", "refund_time": "—" } } ``` **返回參數: |參數名 |類型 |說明 | | ------ | ------ | ------ |------ | |order_status |int |訂單狀態;0-待付款;1-待發貨;2-待收貨;3-已完成;4-已關閉 | |order_status_desc |string |訂單狀態 | |sn |string |訂單編號 | |order_type |int |訂單類型;0-普通訂單;1-拼團訂單;2-秒殺訂單;3-砍價訂單 | |order_type_desc |string |訂單類型 | |order_terminal |int |訂單來源;1-微信小程序;2-微信公眾號;3-手機H5;4-PC;5-蘋果app;6-安卓app; | |order_terminal_desc |string |訂單來源 | |create_time |string |下單時間 | |user_remark |string |用戶備注 | |pay_status |int |支付狀態;0-待支付;1-已支付; | |pay_status_desc |string |支付狀態 | |pay_way |string |支付方式:1-余額支付;2-微信支付;3-支付寶支付; | |pay_way_desc |string |支付方式 | |pay_time |string |支付時間 | |confirm_take_time |string |完成時間 | |order_remarks |string |商家備注 | |user_id |int |用戶id | |user_sn |string |用戶編號 | |nickname |string |用戶昵稱 | |order_goods |array |商品信息 | |-id |int |訂單商品id | |-goods_name |string |商品名稱 | |-goods_price |string |商品價格 | |-goods_num |string |購買數量 | |-total_price |float |商品總額 | |-discount_price |float |優惠金額 | |-change_price |float |商品改價 | |-total_pay_price |int |商品實付金額 | |-goods_image |string |商品圖片 | |-spec_value_str |string |商品規格 | |total_goods_price |float |商品總額 | |discount_amount |float |優惠金額 | |change_price |float |商品改價 | |total_goods_pay_price |float |商品實付總額 | |express_price |float |運費金額 | |order_amount |float |訂單實付金額 | |delivery_type |int |配送方式;1-快遞發貨;2-上門自提;3-同城配送 | |delivery_type_desc |string |配送方式 | |contact |string |收貨人 | |mobile |string |收貨人手機號碼 | |delivery_address |string |收貨地址 | |express_status |int |發貨狀態:0-未發貨;1-已發貨 | |express_status_desc |string |發貨狀態 | |express_name |string |快遞物流 | |invoice_no |string |物流單號 | |express_time |string |發貨時間 | |shop_name |string |門店名稱 | |pickup_code |string |提貨碼 | |verification_time |string |核銷時間/自提時間 | |order_log |array |訂單日志 | |-operator |string |操作人 | |-channel_desc |string |操作 | |-create_time |string |記錄時間 | |admin_order_btn |array |訂單操作按鈕(1-顯示;0-隱藏;) | |-remark_btn |int |商家備注 | |-cancel_btn |int |取消訂單 | |-delete_btn |int |刪除訂單 | |-deliver_btn |int |發貨 | |-confirm_btn |int |確認收貨 | |-logistics_btn |int |物流查詢 | |-refund_btn |int |手動退款 | |-refund_detail_btn |int |退款明細 | |-verification_btn |int |提貨核銷 | |-verification_query_btn |int |核銷查詢 | |-address_btn |int |地址修改 | |-price_btn |int |修改價格 | |-express_btn |int |修改運費 |
                  <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>

                              哎呀哎呀视频在线观看