<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:** - `/shopapi/order/detail` **請求方式:** - GET **參數:** |參數名 |必選 |類型 |說明 | |:----- |:----- | :----- |:----- | |id |是 |int |訂單id | **返回示例** ``` { "code": 1, "show": 0, "msg": "獲取成功", "data": { "id": 76, "user_id": 9, "order_sn": "202106241725577992", "order_type": 0, "order_source": 1, "order_status": 1, "pay_status": 1, "pay_time": 1624526757, "shipping_status": 0, "pay_way": 3, "order_amount": "2888.00", "goods_price": "2888.00", "shipping_price": "0.00", "discount_amount": "0.00", "member_amount": null, "create_time": "2021-06-24 17:25:57", "consignee": "測試先生", "mobile": "13104997825", "province": 110000, "city": 110100, "district": 110101, "address": "測試小區", "user_remark": "", "order_goods": [ { "id": 76, "order_id": 76, "goods_id": 10, "item_id": 42, "goods_name": "平板電腦", "goods_price": "2888.00", "spec_value": "默認", "image": "http://likeshopb2b2c.yixiangonline.com//uploads/images/20210624152954c02428489.jpg", "goods_num": 1, "is_comment": 0, "refund_status": 0, "commission_ratio": null, "total_pay_price": "2888.00" } ], "user": { "id": 9, "sn": "42942317", "nickname": "mofung1", "avatar": "uploads/user/avatar/c8eb832ac025e51e34cd7a6b9baf948d.jpeg", "level": 7, "mobile": "13104997825", "sex": "未知", "create_time": "2021-06-24 15:25:57" }, "shop_cancel_btn": 1, "edit_address_btn": 1, "to_ship_btn": 1, "take_btn": 0, "delivery_btn": 0, "del_btn": 0, "order_status_text": "待發貨", "pay_way_text": "余額支付", "delivery_address": "北京北京市東城區測試小區", "order_type_text": "普通訂單", "order_source_text": "小程序商城", "pay_status_text": "已支付" } } ``` **返回參數** |參數名 |類型 |說明 | |:----- |:----- | :----- |:----- | | id | int | 訂單id | | order_sn | string | 訂單編號 | | order_type | int | 訂單類型;0-普通訂單 | | order_type_text | string | 訂單類型 | | order_source | int | 訂單來源;1-小程序;2-h5;3-ios;4-安卓 | | order_source_text | string | 訂單來源 | | order_status | int | 訂單狀態;0-待付款;1-待發貨;2-待收貨;3-已完成;4-已關閉 | | order_status_text | string | 訂單狀態 | | pay_status | int | 支付狀態;0-待支付;1-已支付;2-已退款;3-拒絕退款 | | pay_status_text | string | 支付狀態 | | pay_way | int | 支付方式;1-微信支付 2-支付寶支付 3-余額支付 4-線下支付 | | pay_way_text | string | 支付方式 | | pay_time | string | 支付時間 | | order_amount | float | 應付款金額 | | goods_price | float | 訂單商品總價 | | shipping_price | float | 運費 | | discount_amount | float | 優惠金額 | | member_amount | float | 會員價優惠金額 | | create_time | string | 下單時間 | | consignee | string | 收件人 | | mobile | string | 收件人手機號 | | delivery_address | string | 收貨地址 | | user_remark | string | 買家留言 | | shop_cancel_btn | int | 取消訂單按鈕 0-隱藏;1-顯示 | | edit_address_btn | int | 修改地址按鈕 0-隱藏;1-顯示 | | to_ship_btn | int | 去發貨按鈕 0-隱藏;1-顯示 | | take_btn | int | 確認收貨按鈕 0-隱藏;1-顯示 | | delivery_btn | int | 查看物流按鈕 0-隱藏;1-顯示 | | del_btn | int | 刪除訂單按鈕 0-隱藏;1-顯示 | | order_goods | array | 訂單商品 | | --id | int | 訂單商品id | | --order_id | int | 訂單id | | --goods_id | int | 商品id | | --item_id | int | 規格id | | --goods_name | string | 商品名稱 | | --goods_price | float | 商品價格 | | --spec_value | string | 商品規格值 | | --image | string | 商品主圖 | | --goods_num | int | 商品數量 | | --is_comment | int | 是否已評論;0-否;1-是 | | --refund_status | int | 售后狀態;0-未申請退款;1-申請退款;2-等待退款;3-退款成功; | | --commission_ratio | int | 抽成比例 | | --total_pay_price | float | 實際支付商品金額 | | user | array | 買家 | | --sn | string | 買家編號 | | --nickname | string | 買家昵稱 | | --mobile | 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>

                              哎呀哎呀视频在线观看