<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國際加速解決方案。 廣告
                # 訂單列表 >[danger]接口認證:**需要認證** ##### 響應說明 | 字段名 | 字段類型 | 字段說明 | | --- | --- | --- | | id | int | 訂單id | | order_sn | string | 訂單單號 | | goods_amount | int | 商品總數量 | | pay_fee | string | 商品價格 | | shipping_fee | string | 快遞價格 | | add_time | string | 下單時間 | | pay_time | string | 付款時間 | | shipping_time | string | 發貨時間 | | order_note | string | 訂單備注 | | order_status | int | 訂單狀態 | | pay_status | int | 支付狀態,見下面 | | back_status | int | 退款狀態,見下面 | | consignee | string | 收貨人 | | full_address | string | 完整的收貨地址 | | mobile | string | 收貨電話 | | order_status_trans | string | 轉化好的訂單狀態 | | order_goods | array[object] | 訂單里的商品 | | order_goods.id | int | 訂單商品的id | | order_goods.order_id | int | 訂單的id | | order_goods.goods_id | int | 訂單的商品id | | order_goods.goods_sku_ref_id| int | 訂單的商品的sku_id | | order_goods.goods_name| string | 商品的名字 | | order_goods.sku_name| string | 商品的規格 | | order_goods.full_name| string | 商品的完整名字 | | order_goods.goods_number| int | 商品的數量 | | order_goods.goods_price_ori| string | 商品的原價 | | order_goods.goods_price| string | 商品付款的真實價格 | | order_goods.goods_image| string | 商品圖片 | | order_goods.shipping_price| string | 快遞費用| ## 支付狀態 ~~~ public const PAY_STATUS_MAP_TRANS = [ 0 => '待支付', 1 => '已支付', 2 => '已取消', ]; ~~~ ## 退款狀態 ~~~ public const STATUS_MAP_TRANS = [ 0 => '無退款操作', 1 => '退款中', 2 => '退款成功', 3 => '退款失敗', ]; ~~~ ## 訂單狀態 ~~~ public const ORDER_STATUS_MAP_TRANS = [ 0 => '待付款', // 代表買家下單了但是還沒有付款。觸發條件:下單 1 => '待發貨', // 代表買家付款了賣家還沒有發貨。觸發條件:付款 2 => '已發貨', // 代表賣家已經發貨并寄出商品了。觸發條件:發貨 3 => '已完成', // 代表買家已經確認收到貨了。觸發條件:確認收貨 4 => '已關閉', // 代表訂單過期了買家也沒付款、或者賣家關閉了訂單。觸發條件:關閉訂單 5 => '退款中', // 觸發條件:申請退款 6 => '失敗', // 觸發條件:物理信息未簽收 ]; ~~~ ## 示例 ~~~[api] get:/order/list page=1#頁數 per_page=20#每頁數量 status=0#訂單狀態,不傳或傳""為所有 kwd#搜索關鍵字,支持訂單號完整搜索和商品名模糊搜索 <<< success { "code": 200, "msg": "成功", "data": { "has_more": false, "list": [ { "id": 28, "order_sn": "20220214151636670", "user_id": 20, "goods_amount": 3, "pay_fee": "160.00", "shipping_fee": "0.00", "add_time": "2022-02-14 15:16:36", "pay_time": "", "shipping_time": "", "order_note": "", "order_status": 3, "total": "160.00", "consignee": "收貨人", "full_address": "河北省 石家莊市 井陘礦區 我覺得劇情內一個小時換一個合集比較好,", "mobile": "13888120000", "pay_status": 0, "pay_type": "", "back_status": 0, "order_goods": [ { "id": 31, "order_id": 28, "goods_id": 28, "goods_sku_ref_id": 38, "goods_name": "批發-容聲全自動黑茶普洱茶煮茶器-新", "sku_name": "s 黑", "full_name": "批發-容聲全自動黑茶普洱茶煮茶器-新 s 黑", "goods_number": 2, "goods_price_ori": "50.00", "goods_price": "50.00", "goods_image": "http://noobcoder.oss-cn-hangzhou.aliyuncs.com/letao/20220110/goods_image-61dba2ad7b67f.jpg", "shipping_price": "0.00", "activity_type": 3 }, { "id": 32, "order_id": 28, "goods_id": 28, "goods_sku_ref_id": 39, "goods_name": "批發-容聲全自動黑茶普洱茶煮茶器-新", "sku_name": "m 黑", "full_name": "批發-容聲全自動黑茶普洱茶煮茶器-新 m 黑", "goods_number": 1, "goods_price_ori": "60.00", "goods_price": "60.00", "goods_image": "http://noobcoder.oss-cn-hangzhou.aliyuncs.com/letao/20220110/goods_image-61dba2ad7b67f.jpg", "shipping_price": "0.00", "activity_type": 3 } ], "order_status_trans": "已完成" }, { "id": 21, "order_sn": "202201171155417004", "user_id": 20, "goods_amount": 5, "pay_fee": "162.00", "shipping_fee": "31.00", "add_time": "2022-01-17 11:55:41", "pay_time": "", "shipping_time": "", "order_note": "備注備注", "order_status": 3, "total": "193.00", "consignee": "收貨人", "full_address": "河北省 石家莊市 井陘礦區 我覺得劇情內一個小時換一個合集比較好,", "mobile": "13245124587", "pay_status": 0, "pay_type": "", "back_status": 0, "order_goods": [ { "id": 19, "order_id": 21, "goods_id": 22, "goods_sku_ref_id": 19, "goods_name": "0元-愛啡仕藍山三合一速溶咖啡粉", "sku_name": "", "full_name": "0元-愛啡仕藍山三合一速溶咖啡粉", "goods_number": 2, "goods_price_ori": "0.00", "goods_price": "0.00", "goods_image": "http://noobcoder.oss-cn-hangzhou.aliyuncs.com/letao/20220110/goods_image-61db97c188010.jpg", "shipping_price": "11.00" }, { "id": 20, "order_id": 21, "goods_id": 30, "goods_sku_ref_id": 34, "goods_name": "普通-衣服-規格", "sku_name": "m 白", "full_name": "普通-衣服-規格 m 白", "goods_number": 3, "goods_price_ori": "54.00", "goods_price": "54.00", "goods_image": "http://noobcoder.oss-cn-hangzhou.aliyuncs.com/letao/20220112/goods_image-61de4c71a8374.png", "shipping_price": "20.00" } ], "order_status_trans": "已完成" }, { "id": 17, "order_sn": "202201171110252565", "user_id": 20, "goods_amount": 5, "pay_fee": "162.00", "shipping_fee": "31.00", "add_time": "2022-01-17 11:10:25", "pay_time": "", "shipping_time": "", "order_note": "備注備注", "order_status": 3, "total": "193.00", "consignee": "收貨人", "full_address": "河北省 石家莊市 井陘礦區 我覺得劇情內一個小時換一個合集比較好,", "mobile": "13245124587", "pay_status": 0, "pay_type": "", "back_status": 0, "order_goods": [ { "id": 13, "order_id": 17, "goods_id": 22, "goods_sku_ref_id": 19, "goods_name": "0元-愛啡仕藍山三合一速溶咖啡粉", "sku_name": "", "full_name": "0元-愛啡仕藍山三合一速溶咖啡粉", "goods_number": 2, "goods_price_ori": "0.00", "goods_price": "0.00", "goods_image": "http://noobcoder.oss-cn-hangzhou.aliyuncs.com/letao/20220110/goods_image-61db97c188010.jpg", "shipping_price": "11.00" }, { "id": 14, "order_id": 17, "goods_id": 30, "goods_sku_ref_id": 34, "goods_name": "普通-衣服-規格", "sku_name": "m 白", "full_name": "普通-衣服-規格 m 白", "goods_number": 3, "goods_price_ori": "54.00", "goods_price": "54.00", "goods_image": "http://noobcoder.oss-cn-hangzhou.aliyuncs.com/letao/20220112/goods_image-61de4c71a8374.png", "shipping_price": "20.00" } ], "order_status_trans": "已完成" }, { "id": 16, "order_sn": "202201151506291342", "user_id": 20, "goods_amount": 2, "pay_fee": "0.00", "shipping_fee": "0.00", "add_time": "2022-01-15 15:06:29", "pay_time": "", "shipping_time": "", "order_note": "", "order_status": 3, "total": "0.00", "consignee": "收貨人", "full_address": "河北省 石家莊市 井陘礦區 我覺得劇情內一個小時換一個合集比較好,", "mobile": "13245124587", "pay_status": 0, "pay_type": "", "back_status": 0, "order_goods": [ { "id": 12, "order_id": 16, "goods_id": 22, "goods_sku_ref_id": 19, "goods_name": "0元-愛啡仕藍山三合一速溶咖啡粉", "sku_name": "", "full_name": "0元-愛啡仕藍山三合一速溶咖啡粉", "goods_number": 2, "goods_price_ori": "0.00", "goods_price": "0.00", "goods_image": "http://noobcoder.oss-cn-hangzhou.aliyuncs.com/letao/20220110/goods_image-61db97c188010.jpg", "shipping_price": "0.00" } ], "order_status_trans": "已完成" }, { "id": 15, "order_sn": "202201151457004846", "user_id": 20, "goods_amount": 6, "pay_fee": "15,047.00", "shipping_fee": "0.00", "add_time": "2022-01-15 14:57:00", "pay_time": "", "shipping_time": "", "order_note": "", "order_status": 3, "total": "15,047.00", "consignee": "收貨人", "full_address": "河北省 石家莊市 井陘礦區 我覺得劇情內一個小時換一個合集比較好,", "mobile": "13245124587", "pay_status": 0, "pay_type": "", "back_status": 0, "order_goods": [ { "id": 9, "order_id": 15, "goods_id": 28, "goods_sku_ref_id": 38, "goods_name": "批發-容聲全自動黑茶普洱茶煮茶器-新", "sku_name": "s 黑", "full_name": "批發-容聲全自動黑茶普洱茶煮茶器-新 s 黑", "goods_number": 1, "goods_price_ori": "50.00", "goods_price": "50.00", "goods_image": "http://noobcoder.oss-cn-hangzhou.aliyuncs.com/letao/20220110/goods_image-61dba2ad7b67f.jpg", "shipping_price": "0.00" }, { "id": 10, "order_id": 15, "goods_id": 22, "goods_sku_ref_id": 19, "goods_name": "0元-愛啡仕藍山三合一速溶咖啡粉", "sku_name": "", "full_name": "0元-愛啡仕藍山三合一速溶咖啡粉", "goods_number": 2, "goods_price_ori": "0.00", "goods_price": "0.00", "goods_image": "http://noobcoder.oss-cn-hangzhou.aliyuncs.com/letao/20220110/goods_image-61db97c188010.jpg", "shipping_price": "0.00" }, { "id": 11, "order_id": 15, "goods_id": 21, "goods_sku_ref_id": 18, "goods_name": "黃金-五谷豐登紫砂家用功夫茶具套裝", "sku_name": "", "full_name": "黃金-五谷豐登紫砂家用功夫茶具套裝", "goods_number": 3, "goods_price_ori": "4,999.00", "goods_price": "4,999.00", "goods_image": "http://noobcoder.oss-cn-hangzhou.aliyuncs.com/letao/20220110/goods_image-61db93bc60032.jpg", "shipping_price": "0.00" } ], "order_status_trans": "已完成" } ] } } <<< ~~~ ## 可能出現的錯誤碼 > 不包含常見的請求方式錯誤,參數丟失,用戶權限驗證失敗
                  <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>

                              哎呀哎呀视频在线观看