<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/after_sale.after_sale/detail` **請求方式:** - GET **返回參數:** |參數名|必填 |類型 |說明 | | ------ | ------ | ------ |------ | |id |是 |integer |售后id | **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "after_sale": { "id": 2, "order_id": 1, "user_id": 1, "sn": "20210809184530062266134", "refund_type": 2, "refund_type_desc": "商品售后", "refund_method": 1, "refund_method_desc": "僅退款", "status": 1, "status_desc": "售后中", "refund_reason": "7天無理由", "refund_remark": "", "refund_image": "", "create_time": "2021-08-09 18:45:30", "express_name": "", "invoice_no": "", "express_remark": "", "express_image": "" }, "return_goods_info": { "user_sn": "100001", "user_nickname": "測試用戶", "user_mobile": "13800138000", }, "order_info": { "order_status": 3, "order_status_desc": "已完成", "sn": "SN0001", "order_type": 0, "order_type_desc": "普通訂單", "order_terminal": 1, "order_terminal_desc": "微信小程序", "create_time": "2021-08-05 16:35:31", "pay_status": 1, "pay_status_desc": "已支付", "pay_way": 1, "pay_way_desc": "微信支付", "pay_time": "——", "confirm_take_time": "——" }, "goods_info": { "order_goods": [ { "item_image": "", "spec_value_str": "黑色,L碼", "goods_name": "小米10青春版", "goods_image": "", "goods_price": "20.00", "goods_num": 1, "total_price": null, "discount_price": null, "total_pay_price": "80.00", "refund_amount": "50.00" } ], "order_goods_sum": { "sum_refund_amount": 50, "sum_total_pay_price": 80, "sum_discount_price": 0, "sum_total_price": 0, "sum_goods_num": 1 } }, "after_sale_log": [ { "operator_role": 3, "operator_id": 1, "content": "賣家已確認退款,售后退款中", "create_time": "2021-08-09 20:29:14", "operator_name": "ljj" }, { "operator_role": 3, "operator_id": 1, "content": "賣家已同意,等待退款", "create_time": "2021-08-09 20:24:57", "operator_name": "ljj" }, { "operator_role": 2, "operator_id": 1, "content": "買家發起商品售后,等待賣家同意", "create_time": "2021-08-09 18:45:30", "operator_name": "測試用戶" } ], "btns": { "agree_btn": false, "refuse_btn": false, "refuse_goods_btn": false, "confirm_goods_btn": false, "agree_refund_btn": true, "refuse_refund": true, "change_btn": false } } } ``` **返回參數:** |參數名 |類型 |說明 | | ------ | ------ | ------ |------ | |after_sale |object |售后信息| |> id |integer |售后id| |> order_id |integer |訂單id| |> user_id |integer |用戶id| |> sn |string |售后單號| |> refund_type |integer |售后類型| |> refund_type_desc |string |售后類型描述| |> refund_method |integer |售后方式| |> refund_method_desc |string|售后方式描述| |> refund_reason |string |售后原因| |> refund_remark |string |售后備注| |> refund_image |string |售后圖片| |> create_time |string |售后申請時間| |> express_name |string |退貨快遞公司| |> invoice_no |string |退貨快遞單號| |> express_remark |string |退貨備注| |> express_image |string |退貨憑證| |return_goods_info |object |退貨信息| |> user_sn |string |用戶編號| |> user_nickname |string |用戶昵稱| |> user_mobile |string |用戶手機號| |order_info |object |訂單信息| |> order_status |inteter |訂單狀態| |> order_status_desc |string |訂單狀態描述| |> sn |string |訂單編號| |> order_type |integer |訂單類型| |> order_type_desc |string |訂單類型描述| |> order_terminal |inteter |訂單來源| |> order_terminal_desc |string |訂單來源描述| |> create_time |string |創建時間| |> pay_status |integer |支付狀態| |> pay_status_desc |string |支付狀態描述| |> pay_way |integer |支付方式| |> pay_way_desc |string |支付方式描述| |> pay_time |string |支付時間| |> confirm_take_time |string |訂單完成時間| |goods_info |object |訂單信息| |> order_goods |object |商品信息| |>> item_image |string |規格圖片| |>> spec_value_str |string |規格名稱| |>> goods_name |string |商品名稱| |>> goods_image |string |商品圖片| |>> goods_price |decimal |商品價格| |>> goods_num |integer |商品數量 | |>> total_price |decimal |商品總價| |>> discount_price |decimal |商品優惠價格| |>> total_pay_price |decimal |商品實際支付價格| |>> refund_amount |decimal |退款金額| |> order_goods_sum |object |商品合計信息| |>> sum_refund_amount |decimal |合計退款金額| |>> sum_total_pay_price |decimal |合計實際付款金額| |>> sum_discount_price |decimal |合計優惠金額| |>> sum_total_price |decimal |合計商品總金額| |>> sum_goods_num |integer |合計商品數量| |> after_sale_log |object |售后日志| |> operator_role |integer |操作角色id| |> operator_id |integer |操作者id| |> content |string |日志內容| |> create_time |string |創建時間| |> operator_name |string |操作者名稱| |> btns |object |退款按鈕 true-顯示 false-隱藏| |> agree_btn |bool |同意售后| |> refuse_btn |bool |拒絕售后| |> refuse_goods_btn |bool |拒絕收貨| |> confirm_goods_btn |bool |確認收貨| |> agree_refund_btn |bool |同意退款| |> refuse_refund |bool |拒絕退款| |> change_btn |bool |修改退款金額|
                  <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>

                              哎呀哎呀视频在线观看