<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>

                合規國際互聯網加速 OSASE為企業客戶提供高速穩定SD-WAN國際加速解決方案。 廣告
                **簡要描述:** - 售后列表 **請求URL:** - `/adminapi/after_sale.after_sale/lists` **請求方式:** - GET **返回參數:** |參數名|必填 |類型 |說明 | | ------ | ------ | ------ |------ | |after_sale_sn |否 |string |售后單號 | |order_sn |否 |string |訂單號 | |user_info |否 |string |用戶信息,支持手機號、用戶昵稱、用戶編號 | |goods_info |否 |string |商品信息,支持商品名稱/商品編碼 | |refund_type |否 |int |售后類型 1-整單退款 2-商品售后 | |refund_method |否 |int |售后方式 1-僅退款 2-退貨退款 | |status |否 |int |主狀態 1-售后中 2-售后成功 3-售后失敗 | |start_time |否 |string |申請開始時間 格式:年月日 時:分:秒 | |end_time |否 |string |申請結束時間 格式:年月日 時:分:秒 | |invoice_no |否 |string |快遞單號 | **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "lists": [ { "id": 12, "user_id": 2, "order_id": 1, "sn": "20210802115745580126762", "refund_type": 2, "refund_method": 1, "refund_total_amount": "100.00", "status": 1, "sub_status": 11, "create_time": "2021-08-02 11:57:45", "refund_type_desc": "商品售后", "refund_method_desc": "僅退款", "status_desc": "售后中", "sub_status_desc": "售后中:買家發起售后,等待賣家同意", "order_sn": "SN0001", "nickname": "測試2", "avatar": "http://www.likeshopb2cv3.localhost/ ", "after_sale_goods": [ { "after_sale_id": 12, "goods_snap": { "goods_name": "好利來馬卡龍甜品情人節禮盒糕點點心小蛋糕零食送女友", "image": "/uploads/images/background/20201020/701941ed21af22e3699953a9367d18ad.jpg", "spec_image": "/uploads/images/background/20201021/5b4754795394e138be805d8f1fb74540.jpg", "spec_value_str": "小盒-6口味-6枚", "use_image": "http://www.likeshopb2cv3.localhost//uploads/images/background/20201021/5b4754795394e138be805d8f1fb74540.jpg" } } ] }, { "id": 11, "user_id": 1, "order_id": 2, "sn": "20210802112835667406848", "refund_type": 1, "refund_method": 1, "refund_total_amount": "300.00", "status": 1, "sub_status": 16, "create_time": "2021-08-02 11:28:35", "refund_type_desc": "整單退款", "refund_method_desc": "僅退款", "status_desc": "售后中", "sub_status_desc": "售后中:售后退款中", "order_sn": "SN0002", "nickname": "測試用戶", "avatar": "http://www.likeshopb2cv3.localhost/1.jpg", "after_sale_goods": [ { "after_sale_id": 11, "goods_snap": { "goods_name": "好利來馬卡龍甜品情人節禮盒糕點點心小蛋糕零食送女友", "image": "/uploads/images/background/20201020/701941ed21af22e3699953a9367d18ad.jpg", "spec_image": "/uploads/images/background/20201021/5b4754795394e138be805d8f1fb74540.jpg", "spec_value_str": "小盒-6口味-6枚", "use_image": "http://www.likeshopb2cv3.localhost//uploads/images/background/20201021/5b4754795394e138be805d8f1fb74540.jpg" } }, { "after_sale_id": 11, "goods_snap": { "goods_name": "好利來馬卡龍甜品情人節禮盒糕點點心小蛋糕零食送女友", "image": "/uploads/images/background/20201020/701941ed21af22e3699953a9367d18ad.jpg", "spec_image": "/uploads/images/background/20201021/5b4754795394e138be805d8f1fb74540.jpg", "spec_value_str": "小盒-6口味-6枚", "use_image": "http://www.likeshopb2cv3.localhost//uploads/images/background/20201021/5b4754795394e138be805d8f1fb74540.jpg" } } ] } ], "count": 2, "page_no": 1, "page_size": 25, "extend": [] } } ``` **返回參數:** |參數名 |類型 |說明 | | ------ | ------ | ------ |------ | |id |int |售后id| |user_id |int |用戶id| |order_id |int |訂單id| |sn |string |售后單號| |refund_type |int |售后類型 1-整單退款 2-商品售后| |refund_type_desc |string |售后類型描述| |refund_method_desc |string |售后方式描述| |refund_method |int |售后方式 1-僅退款 2-退貨退款| |refund_total_amount |decimal |退款總金額| |status |int |主狀態 1-售后中 2-售后成功 3-售后失敗| |status_desc |string |主狀態描述| |sub_status |int |子狀態| |sub_status_desc |string |子狀態描述| |create_time |string |申請時間| |order_sn |string |訂單編號| |nickname |string |用戶昵稱| |avatar |string |用戶頭像| |after_sale_goods |array |售后商品| |> after_sale_id |int |售后商品記錄id| |> goods_snap |object |商品快照| |>> goods_name |string |商品名稱| |>> spec_value_str |string |規格名稱| |>> use_image |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>

                              哎呀哎呀视频在线观看