智慧商城-实战项目
    智慧商城-实战项目
    • wiki
    • 1. 获取首页数据
      GET
    • 2. 商品搜索
      GET
    • 3. 商品详情页
      GET
    • 4. 购物车商品总数量
      GET
    • 5. 商品保障服务
      GET
    • 6. 获取商品评论
      GET
    • 7. 获取商品评价总数
      GET
    • 8. 商品评价列表
      GET
    • 9. 添加商品到购物车
      POST
    • 10. 获取图形验证码
      GET
    • 11. 登录-获取短信验证码
      POST
    • 12. 手机验证码登录(图形验证码可以不用传)
      POST
    • 13. 购物车商品列表
      GET
    • 14. 购物车商品更新
      POST
    • 15. 删除购物车商品
      POST
    • 16. 订单结算
      GET
    • 17. 收货地址列表
      GET
    • 18. 默认收货地址id
      GET
    • 19. 获取省市区-添加地址
      GET
    • 20. 添加收货地址
      POST
    • 21. 设置默认地址
      POST
    • 22. 删除收货地址
      POST
    • 23. 获取收货地址详情
      GET
    • 24. 编辑收货地址
      POST
    • 25. 提交订单
      POST
    • 26. 商品全部分类
      GET
    • 27. 我的-获取用户信息
      GET
    • 28. 我的-余额,积分,优惠券
      GET
    • 29. 我的-商品状态数量(全部/待支付/待收货/待发货)
      GET
    • 30. 我的-订单
      GET
    • 31. 我的-订单详情
      GET
    • 32. 我的-取消订单
      POST
    • 32. 我的-订单支付
      GET
    • 33. 我的-订单确认收货
      POST
    • 34. 我的-订单评价商品列表
      GET
    • 35. 上传图片
      POST
    • 36. 我的-提交商品评价
      POST
    • 37. 我的-申请售后
      POST

      30. 我的-订单

      开发中
      开发环境
      http://smart-shop.itheima.net/index.php?s=/api
      开发环境
      http://smart-shop.itheima.net/index.php?s=/api
      GET
      /order/list

      请求参数

      Query 参数
      dataType
      string 
      必需
      订单类型,all-全部,payment-待支付,delivery-待发货,received-待收货,comment-待评价
      示例值:
      all
      page
      string 
      默认值
      必需
      示例值:
      1
      Header 参数
      platform
      string 
      必需
      示例值:
      h5
      Access-Token
      string 
      必需
      示例值:
      1741f74aed758a688515f72572dc8e37

      示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'http://smart-shop.itheima.net/index.php?s=/api/order/list&dataType=all&page=1' \
      --header 'platform: h5' \
      --header 'Access-Token: 1741f74aed758a688515f72572dc8e37'

      返回响应

      🟢200成功
      application/json
      Body
      status
      integer 
      必需
      message
      string 
      必需
      data
      object 
      必需
      list
      object 
      必需
      示例
      {
          "status": 200,
          "message": "success",
          "data": {
              "list": {
                  "total": 12,
                  "per_page": 15,
                  "current_page": 1,
                  "last_page": 1,
                  "data": [
                      {
                          "order_id": 10027,
                          "order_no": "2023032448524849",
                          "total_price": "0.01",
                          "order_price": "0.01",
                          "coupon_id": 0,
                          "coupon_money": "0.00",
                          "points_money": "0.00",
                          "points_num": 0,
                          "pay_price": "0.01",
                          "update_price": {
                              "symbol": "+",
                              "value": "0.00"
                          },
                          "buyer_remark": "",
                          "pay_type": 10,
                          "pay_status": 20,
                          "pay_time": "2023-03-24 08:46:56",
                          "delivery_type": 10,
                          "express_price": "0.00",
                          "express_id": 0,
                          "express_company": "",
                          "express_no": "",
                          "delivery_status": 10,
                          "delivery_time": "",
                          "receipt_status": 10,
                          "receipt_time": "",
                          "order_status": 10,
                          "points_bonus": 0,
                          "is_settled": 0,
                          "transaction_id": "",
                          "is_comment": 0,
                          "order_source": 10,
                          "order_source_id": 0,
                          "platform": "h5",
                          "user_id": 10003,
                          "is_delete": 0,
                          "create_time": "2023-03-24 08:46:56",
                          "goods": [
                              {
                                  "order_goods_id": 10032,
                                  "goods_id": 10038,
                                  "goods_name": "三星手机 SAMSUNG Galaxy S23 8GB+256GB 超视觉夜拍系统 超清夜景 悠雾紫 5G手机 游戏拍照旗舰机s23",
                                  "image_id": 10214,
                                  "deduct_stock_type": 10,
                                  "spec_type": 10,
                                  "goods_sku_id": "0",
                                  "goods_props": null,
                                  "goods_no": "SH001",
                                  "goods_price": "0.01",
                                  "line_price": "6699.00",
                                  "goods_weight": 0.1,
                                  "is_user_grade": 1,
                                  "grade_ratio": 10,
                                  "grade_goods_price": "0.01",
                                  "grade_total_money": "0.00",
                                  "coupon_money": "0.00",
                                  "points_money": "0.00",
                                  "points_num": 0,
                                  "points_bonus": 0,
                                  "total_num": 1,
                                  "total_price": "0.01",
                                  "total_pay_price": "0.01",
                                  "is_comment": 0,
                                  "order_id": 10027,
                                  "user_id": 10003,
                                  "goods_source_id": 0,
                                  "goods_image": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                  "image": {
                                      "file_id": 10214,
                                      "group_id": 0,
                                      "channel": 10,
                                      "storage": "local",
                                      "domain": "",
                                      "file_type": 10,
                                      "file_name": "p1.jpg",
                                      "file_path": "10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "file_size": 71199,
                                      "file_ext": "jpg",
                                      "cover": "",
                                      "uploader_id": 0,
                                      "is_recycle": 0,
                                      "is_delete": 0,
                                      "store_id": 10001,
                                      "create_time": "2023-03-21 09:47:30",
                                      "update_time": "2023-03-21 09:47:30",
                                      "preview_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "external_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg"
                                  }
                              }
                          ],
                          "state_text": "待发货"
                      },
                      {
                          "order_id": 10026,
                          "order_no": "2023032497501025",
                          "total_price": "0.01",
                          "order_price": "0.01",
                          "coupon_id": 0,
                          "coupon_money": "0.00",
                          "points_money": "0.00",
                          "points_num": 0,
                          "pay_price": "0.01",
                          "update_price": {
                              "symbol": "+",
                              "value": "0.00"
                          },
                          "buyer_remark": "",
                          "pay_type": 10,
                          "pay_status": 20,
                          "pay_time": "2023-03-24 08:42:02",
                          "delivery_type": 10,
                          "express_price": "0.00",
                          "express_id": 0,
                          "express_company": "",
                          "express_no": "",
                          "delivery_status": 10,
                          "delivery_time": "",
                          "receipt_status": 10,
                          "receipt_time": "",
                          "order_status": 10,
                          "points_bonus": 0,
                          "is_settled": 0,
                          "transaction_id": "",
                          "is_comment": 0,
                          "order_source": 10,
                          "order_source_id": 0,
                          "platform": "H5",
                          "user_id": 10003,
                          "is_delete": 0,
                          "create_time": "2023-03-24 08:42:02",
                          "goods": [
                              {
                                  "order_goods_id": 10031,
                                  "goods_id": 10038,
                                  "goods_name": "三星手机 SAMSUNG Galaxy S23 8GB+256GB 超视觉夜拍系统 超清夜景 悠雾紫 5G手机 游戏拍照旗舰机s23",
                                  "image_id": 10214,
                                  "deduct_stock_type": 10,
                                  "spec_type": 10,
                                  "goods_sku_id": "0",
                                  "goods_props": null,
                                  "goods_no": "SH001",
                                  "goods_price": "0.01",
                                  "line_price": "6699.00",
                                  "goods_weight": 0.1,
                                  "is_user_grade": 1,
                                  "grade_ratio": 10,
                                  "grade_goods_price": "0.01",
                                  "grade_total_money": "0.00",
                                  "coupon_money": "0.00",
                                  "points_money": "0.00",
                                  "points_num": 0,
                                  "points_bonus": 0,
                                  "total_num": 1,
                                  "total_price": "0.01",
                                  "total_pay_price": "0.01",
                                  "is_comment": 0,
                                  "order_id": 10026,
                                  "user_id": 10003,
                                  "goods_source_id": 0,
                                  "goods_image": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                  "image": {
                                      "file_id": 10214,
                                      "group_id": 0,
                                      "channel": 10,
                                      "storage": "local",
                                      "domain": "",
                                      "file_type": 10,
                                      "file_name": "p1.jpg",
                                      "file_path": "10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "file_size": 71199,
                                      "file_ext": "jpg",
                                      "cover": "",
                                      "uploader_id": 0,
                                      "is_recycle": 0,
                                      "is_delete": 0,
                                      "store_id": 10001,
                                      "create_time": "2023-03-21 09:47:30",
                                      "update_time": "2023-03-21 09:47:30",
                                      "preview_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "external_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg"
                                  }
                              }
                          ],
                          "state_text": "待发货"
                      },
                      {
                          "order_id": 10025,
                          "order_no": "2023032450495310",
                          "total_price": "0.01",
                          "order_price": "0.01",
                          "coupon_id": 0,
                          "coupon_money": "0.00",
                          "points_money": "0.00",
                          "points_num": 0,
                          "pay_price": "0.01",
                          "update_price": {
                              "symbol": "+",
                              "value": "0.00"
                          },
                          "buyer_remark": "快点发货呀",
                          "pay_type": 10,
                          "pay_status": 20,
                          "pay_time": "2023-03-24 08:35:46",
                          "delivery_type": 10,
                          "express_price": "0.00",
                          "express_id": 0,
                          "express_company": "",
                          "express_no": "",
                          "delivery_status": 10,
                          "delivery_time": "",
                          "receipt_status": 10,
                          "receipt_time": "",
                          "order_status": 10,
                          "points_bonus": 0,
                          "is_settled": 0,
                          "transaction_id": "",
                          "is_comment": 0,
                          "order_source": 10,
                          "order_source_id": 0,
                          "platform": "H5",
                          "user_id": 10003,
                          "is_delete": 0,
                          "create_time": "2023-03-24 08:35:46",
                          "goods": [
                              {
                                  "order_goods_id": 10030,
                                  "goods_id": 10038,
                                  "goods_name": "三星手机 SAMSUNG Galaxy S23 8GB+256GB 超视觉夜拍系统 超清夜景 悠雾紫 5G手机 游戏拍照旗舰机s23",
                                  "image_id": 10214,
                                  "deduct_stock_type": 10,
                                  "spec_type": 10,
                                  "goods_sku_id": "0",
                                  "goods_props": null,
                                  "goods_no": "SH001",
                                  "goods_price": "0.01",
                                  "line_price": "6699.00",
                                  "goods_weight": 0.1,
                                  "is_user_grade": 1,
                                  "grade_ratio": 10,
                                  "grade_goods_price": "0.01",
                                  "grade_total_money": "0.00",
                                  "coupon_money": "0.00",
                                  "points_money": "0.00",
                                  "points_num": 0,
                                  "points_bonus": 0,
                                  "total_num": 1,
                                  "total_price": "0.01",
                                  "total_pay_price": "0.01",
                                  "is_comment": 0,
                                  "order_id": 10025,
                                  "user_id": 10003,
                                  "goods_source_id": 0,
                                  "goods_image": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                  "image": {
                                      "file_id": 10214,
                                      "group_id": 0,
                                      "channel": 10,
                                      "storage": "local",
                                      "domain": "",
                                      "file_type": 10,
                                      "file_name": "p1.jpg",
                                      "file_path": "10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "file_size": 71199,
                                      "file_ext": "jpg",
                                      "cover": "",
                                      "uploader_id": 0,
                                      "is_recycle": 0,
                                      "is_delete": 0,
                                      "store_id": 10001,
                                      "create_time": "2023-03-21 09:47:30",
                                      "update_time": "2023-03-21 09:47:30",
                                      "preview_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "external_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg"
                                  }
                              }
                          ],
                          "state_text": "待发货"
                      },
                      {
                          "order_id": 10024,
                          "order_no": "2023032351505256",
                          "total_price": "0.01",
                          "order_price": "0.01",
                          "coupon_id": 0,
                          "coupon_money": "0.00",
                          "points_money": "0.00",
                          "points_num": 0,
                          "pay_price": "0.01",
                          "update_price": {
                              "symbol": "+",
                              "value": "0.00"
                          },
                          "buyer_remark": "快点发货呀",
                          "pay_type": 10,
                          "pay_status": 20,
                          "pay_time": "2023-03-23 14:09:23",
                          "delivery_type": 10,
                          "express_price": "0.00",
                          "express_id": 0,
                          "express_company": "",
                          "express_no": "",
                          "delivery_status": 10,
                          "delivery_time": "",
                          "receipt_status": 10,
                          "receipt_time": "",
                          "order_status": 10,
                          "points_bonus": 0,
                          "is_settled": 0,
                          "transaction_id": "",
                          "is_comment": 0,
                          "order_source": 10,
                          "order_source_id": 0,
                          "platform": "H5",
                          "user_id": 10003,
                          "is_delete": 0,
                          "create_time": "2023-03-23 14:09:23",
                          "goods": [
                              {
                                  "order_goods_id": 10029,
                                  "goods_id": 10038,
                                  "goods_name": "三星手机 SAMSUNG Galaxy S23 8GB+256GB 超视觉夜拍系统 超清夜景 悠雾紫 5G手机 游戏拍照旗舰机s23",
                                  "image_id": 10214,
                                  "deduct_stock_type": 10,
                                  "spec_type": 10,
                                  "goods_sku_id": "0",
                                  "goods_props": null,
                                  "goods_no": "SH001",
                                  "goods_price": "0.01",
                                  "line_price": "6699.00",
                                  "goods_weight": 0.1,
                                  "is_user_grade": 1,
                                  "grade_ratio": 10,
                                  "grade_goods_price": "0.01",
                                  "grade_total_money": "0.00",
                                  "coupon_money": "0.00",
                                  "points_money": "0.00",
                                  "points_num": 0,
                                  "points_bonus": 0,
                                  "total_num": 1,
                                  "total_price": "0.01",
                                  "total_pay_price": "0.01",
                                  "is_comment": 0,
                                  "order_id": 10024,
                                  "user_id": 10003,
                                  "goods_source_id": 0,
                                  "goods_image": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                  "image": {
                                      "file_id": 10214,
                                      "group_id": 0,
                                      "channel": 10,
                                      "storage": "local",
                                      "domain": "",
                                      "file_type": 10,
                                      "file_name": "p1.jpg",
                                      "file_path": "10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "file_size": 71199,
                                      "file_ext": "jpg",
                                      "cover": "",
                                      "uploader_id": 0,
                                      "is_recycle": 0,
                                      "is_delete": 0,
                                      "store_id": 10001,
                                      "create_time": "2023-03-21 09:47:30",
                                      "update_time": "2023-03-21 09:47:30",
                                      "preview_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "external_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg"
                                  }
                              }
                          ],
                          "state_text": "待发货"
                      },
                      {
                          "order_id": 10023,
                          "order_no": "2023032249555354",
                          "total_price": "1555.20",
                          "order_price": "1555.20",
                          "coupon_id": 0,
                          "coupon_money": "0.00",
                          "points_money": "0.00",
                          "points_num": 0,
                          "pay_price": "1555.20",
                          "update_price": {
                              "symbol": "+",
                              "value": "0.00"
                          },
                          "buyer_remark": "",
                          "pay_type": 10,
                          "pay_status": 20,
                          "pay_time": "2023-03-22 16:57:37",
                          "delivery_type": 10,
                          "express_price": "0.00",
                          "express_id": 0,
                          "express_company": "",
                          "express_no": "",
                          "delivery_status": 10,
                          "delivery_time": "",
                          "receipt_status": 10,
                          "receipt_time": "",
                          "order_status": 10,
                          "points_bonus": 575,
                          "is_settled": 0,
                          "transaction_id": "",
                          "is_comment": 0,
                          "order_source": 10,
                          "order_source_id": 0,
                          "platform": "H5",
                          "user_id": 10003,
                          "is_delete": 0,
                          "create_time": "2023-03-22 16:57:37",
                          "goods": [
                              {
                                  "order_goods_id": 10028,
                                  "goods_id": 10040,
                                  "goods_name": "[郎酒旗舰店郎牌郎酒]郎酒 郎牌郎酒 普郎 53度酱香型白酒 500ml*6瓶 整箱装白酒普郎原箱",
                                  "image_id": 10221,
                                  "deduct_stock_type": 10,
                                  "spec_type": 10,
                                  "goods_sku_id": "0",
                                  "goods_props": null,
                                  "goods_no": "SH003",
                                  "goods_price": "1620.00",
                                  "line_price": "0.00",
                                  "goods_weight": 2,
                                  "is_user_grade": 1,
                                  "grade_ratio": 10,
                                  "grade_goods_price": "1555.20",
                                  "grade_total_money": "64.80",
                                  "coupon_money": "0.00",
                                  "points_money": "0.00",
                                  "points_num": 0,
                                  "points_bonus": 575,
                                  "total_num": 1,
                                  "total_price": "1555.20",
                                  "total_pay_price": "1555.20",
                                  "is_comment": 0,
                                  "order_id": 10023,
                                  "user_id": 10003,
                                  "goods_source_id": 0,
                                  "goods_image": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/bfe7f91b8413f35f8a222450d630d0c0.jpg",
                                  "image": {
                                      "file_id": 10221,
                                      "group_id": 0,
                                      "channel": 10,
                                      "storage": "local",
                                      "domain": "",
                                      "file_type": 10,
                                      "file_name": "f1.jpg",
                                      "file_path": "10001\/20230321\/bfe7f91b8413f35f8a222450d630d0c0.jpg",
                                      "file_size": 112072,
                                      "file_ext": "jpg",
                                      "cover": "",
                                      "uploader_id": 0,
                                      "is_recycle": 0,
                                      "is_delete": 0,
                                      "store_id": 10001,
                                      "create_time": "2023-03-21 10:06:15",
                                      "update_time": "2023-03-21 10:06:15",
                                      "preview_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/bfe7f91b8413f35f8a222450d630d0c0.jpg",
                                      "external_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/bfe7f91b8413f35f8a222450d630d0c0.jpg"
                                  }
                              }
                          ],
                          "state_text": "待发货"
                      },
                      {
                          "order_id": 10022,
                          "order_no": "2023032197555110",
                          "total_price": "0.01",
                          "order_price": "0.01",
                          "coupon_id": 0,
                          "coupon_money": "0.00",
                          "points_money": "0.00",
                          "points_num": 0,
                          "pay_price": "0.01",
                          "update_price": {
                              "symbol": "+",
                              "value": "0.00"
                          },
                          "buyer_remark": "",
                          "pay_type": 10,
                          "pay_status": 20,
                          "pay_time": "2023-03-21 15:29:30",
                          "delivery_type": 10,
                          "express_price": "0.00",
                          "express_id": 0,
                          "express_company": "",
                          "express_no": "",
                          "delivery_status": 10,
                          "delivery_time": "",
                          "receipt_status": 10,
                          "receipt_time": "",
                          "order_status": 10,
                          "points_bonus": 0,
                          "is_settled": 0,
                          "transaction_id": "",
                          "is_comment": 0,
                          "order_source": 10,
                          "order_source_id": 0,
                          "platform": "H5",
                          "user_id": 10003,
                          "is_delete": 0,
                          "create_time": "2023-03-21 15:29:30",
                          "goods": [
                              {
                                  "order_goods_id": 10027,
                                  "goods_id": 10038,
                                  "goods_name": "三星手机 SAMSUNG Galaxy S23 8GB+256GB 超视觉夜拍系统 超清夜景 悠雾紫 5G手机 游戏拍照旗舰机s23",
                                  "image_id": 10214,
                                  "deduct_stock_type": 10,
                                  "spec_type": 10,
                                  "goods_sku_id": "0",
                                  "goods_props": null,
                                  "goods_no": "SH001",
                                  "goods_price": "0.01",
                                  "line_price": "6699.00",
                                  "goods_weight": 0.1,
                                  "is_user_grade": 1,
                                  "grade_ratio": 10,
                                  "grade_goods_price": "0.01",
                                  "grade_total_money": "0.00",
                                  "coupon_money": "0.00",
                                  "points_money": "0.00",
                                  "points_num": 0,
                                  "points_bonus": 0,
                                  "total_num": 1,
                                  "total_price": "0.01",
                                  "total_pay_price": "0.01",
                                  "is_comment": 0,
                                  "order_id": 10022,
                                  "user_id": 10003,
                                  "goods_source_id": 0,
                                  "goods_image": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                  "image": {
                                      "file_id": 10214,
                                      "group_id": 0,
                                      "channel": 10,
                                      "storage": "local",
                                      "domain": "",
                                      "file_type": 10,
                                      "file_name": "p1.jpg",
                                      "file_path": "10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "file_size": 71199,
                                      "file_ext": "jpg",
                                      "cover": "",
                                      "uploader_id": 0,
                                      "is_recycle": 0,
                                      "is_delete": 0,
                                      "store_id": 10001,
                                      "create_time": "2023-03-21 09:47:30",
                                      "update_time": "2023-03-21 09:47:30",
                                      "preview_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "external_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg"
                                  }
                              }
                          ],
                          "state_text": "待发货"
                      },
                      {
                          "order_id": 10021,
                          "order_no": "2023032110154100",
                          "total_price": "0.01",
                          "order_price": "0.01",
                          "coupon_id": 0,
                          "coupon_money": "0.00",
                          "points_money": "0.00",
                          "points_num": 0,
                          "pay_price": "0.01",
                          "update_price": {
                              "symbol": "+",
                              "value": "0.00"
                          },
                          "buyer_remark": "",
                          "pay_type": 10,
                          "pay_status": 20,
                          "pay_time": "2023-03-21 15:26:54",
                          "delivery_type": 10,
                          "express_price": "0.00",
                          "express_id": 0,
                          "express_company": "",
                          "express_no": "",
                          "delivery_status": 10,
                          "delivery_time": "",
                          "receipt_status": 10,
                          "receipt_time": "",
                          "order_status": 10,
                          "points_bonus": 0,
                          "is_settled": 0,
                          "transaction_id": "",
                          "is_comment": 0,
                          "order_source": 10,
                          "order_source_id": 0,
                          "platform": "MP-WEIXIN",
                          "user_id": 10003,
                          "is_delete": 0,
                          "create_time": "2023-03-21 15:26:54",
                          "goods": [
                              {
                                  "order_goods_id": 10026,
                                  "goods_id": 10038,
                                  "goods_name": "三星手机 SAMSUNG Galaxy S23 8GB+256GB 超视觉夜拍系统 超清夜景 悠雾紫 5G手机 游戏拍照旗舰机s23",
                                  "image_id": 10214,
                                  "deduct_stock_type": 10,
                                  "spec_type": 10,
                                  "goods_sku_id": "0",
                                  "goods_props": null,
                                  "goods_no": "SH001",
                                  "goods_price": "0.01",
                                  "line_price": "6699.00",
                                  "goods_weight": 0.1,
                                  "is_user_grade": 1,
                                  "grade_ratio": 10,
                                  "grade_goods_price": "0.01",
                                  "grade_total_money": "0.00",
                                  "coupon_money": "0.00",
                                  "points_money": "0.00",
                                  "points_num": 0,
                                  "points_bonus": 0,
                                  "total_num": 1,
                                  "total_price": "0.01",
                                  "total_pay_price": "0.01",
                                  "is_comment": 0,
                                  "order_id": 10021,
                                  "user_id": 10003,
                                  "goods_source_id": 0,
                                  "goods_image": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                  "image": {
                                      "file_id": 10214,
                                      "group_id": 0,
                                      "channel": 10,
                                      "storage": "local",
                                      "domain": "",
                                      "file_type": 10,
                                      "file_name": "p1.jpg",
                                      "file_path": "10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "file_size": 71199,
                                      "file_ext": "jpg",
                                      "cover": "",
                                      "uploader_id": 0,
                                      "is_recycle": 0,
                                      "is_delete": 0,
                                      "store_id": 10001,
                                      "create_time": "2023-03-21 09:47:30",
                                      "update_time": "2023-03-21 09:47:30",
                                      "preview_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "external_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg"
                                  }
                              }
                          ],
                          "state_text": "待发货"
                      },
                      {
                          "order_id": 10020,
                          "order_no": "2023032110153555",
                          "total_price": "0.01",
                          "order_price": "0.01",
                          "coupon_id": 0,
                          "coupon_money": "0.00",
                          "points_money": "0.00",
                          "points_num": 0,
                          "pay_price": "0.01",
                          "update_price": {
                              "symbol": "+",
                              "value": "0.00"
                          },
                          "buyer_remark": "",
                          "pay_type": 20,
                          "pay_status": 10,
                          "pay_time": "",
                          "delivery_type": 10,
                          "express_price": "0.00",
                          "express_id": 0,
                          "express_company": "",
                          "express_no": "",
                          "delivery_status": 10,
                          "delivery_time": "",
                          "receipt_status": 10,
                          "receipt_time": "",
                          "order_status": 10,
                          "points_bonus": 0,
                          "is_settled": 0,
                          "transaction_id": "",
                          "is_comment": 0,
                          "order_source": 10,
                          "order_source_id": 0,
                          "platform": "MP-WEIXIN",
                          "user_id": 10003,
                          "is_delete": 0,
                          "create_time": "2023-03-21 15:26:22",
                          "goods": [
                              {
                                  "order_goods_id": 10025,
                                  "goods_id": 10038,
                                  "goods_name": "三星手机 SAMSUNG Galaxy S23 8GB+256GB 超视觉夜拍系统 超清夜景 悠雾紫 5G手机 游戏拍照旗舰机s23",
                                  "image_id": 10214,
                                  "deduct_stock_type": 10,
                                  "spec_type": 10,
                                  "goods_sku_id": "0",
                                  "goods_props": null,
                                  "goods_no": "SH001",
                                  "goods_price": "0.01",
                                  "line_price": "6699.00",
                                  "goods_weight": 0.1,
                                  "is_user_grade": 1,
                                  "grade_ratio": 10,
                                  "grade_goods_price": "0.01",
                                  "grade_total_money": "0.00",
                                  "coupon_money": "0.00",
                                  "points_money": "0.00",
                                  "points_num": 0,
                                  "points_bonus": 0,
                                  "total_num": 1,
                                  "total_price": "0.01",
                                  "total_pay_price": "0.01",
                                  "is_comment": 0,
                                  "order_id": 10020,
                                  "user_id": 10003,
                                  "goods_source_id": 0,
                                  "goods_image": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                  "image": {
                                      "file_id": 10214,
                                      "group_id": 0,
                                      "channel": 10,
                                      "storage": "local",
                                      "domain": "",
                                      "file_type": 10,
                                      "file_name": "p1.jpg",
                                      "file_path": "10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "file_size": 71199,
                                      "file_ext": "jpg",
                                      "cover": "",
                                      "uploader_id": 0,
                                      "is_recycle": 0,
                                      "is_delete": 0,
                                      "store_id": 10001,
                                      "create_time": "2023-03-21 09:47:30",
                                      "update_time": "2023-03-21 09:47:30",
                                      "preview_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "external_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg"
                                  }
                              }
                          ],
                          "state_text": "待支付"
                      },
                      {
                          "order_id": 10019,
                          "order_no": "2023032197985599",
                          "total_price": "0.01",
                          "order_price": "0.01",
                          "coupon_id": 0,
                          "coupon_money": "0.00",
                          "points_money": "0.00",
                          "points_num": 0,
                          "pay_price": "0.01",
                          "update_price": {
                              "symbol": "+",
                              "value": "0.00"
                          },
                          "buyer_remark": "",
                          "pay_type": 20,
                          "pay_status": 10,
                          "pay_time": "",
                          "delivery_type": 10,
                          "express_price": "0.00",
                          "express_id": 0,
                          "express_company": "",
                          "express_no": "",
                          "delivery_status": 10,
                          "delivery_time": "",
                          "receipt_status": 10,
                          "receipt_time": "",
                          "order_status": 10,
                          "points_bonus": 0,
                          "is_settled": 0,
                          "transaction_id": "",
                          "is_comment": 0,
                          "order_source": 10,
                          "order_source_id": 0,
                          "platform": "MP-WEIXIN",
                          "user_id": 10003,
                          "is_delete": 0,
                          "create_time": "2023-03-21 15:26:18",
                          "goods": [
                              {
                                  "order_goods_id": 10024,
                                  "goods_id": 10038,
                                  "goods_name": "三星手机 SAMSUNG Galaxy S23 8GB+256GB 超视觉夜拍系统 超清夜景 悠雾紫 5G手机 游戏拍照旗舰机s23",
                                  "image_id": 10214,
                                  "deduct_stock_type": 10,
                                  "spec_type": 10,
                                  "goods_sku_id": "0",
                                  "goods_props": null,
                                  "goods_no": "SH001",
                                  "goods_price": "0.01",
                                  "line_price": "6699.00",
                                  "goods_weight": 0.1,
                                  "is_user_grade": 1,
                                  "grade_ratio": 10,
                                  "grade_goods_price": "0.01",
                                  "grade_total_money": "0.00",
                                  "coupon_money": "0.00",
                                  "points_money": "0.00",
                                  "points_num": 0,
                                  "points_bonus": 0,
                                  "total_num": 1,
                                  "total_price": "0.01",
                                  "total_pay_price": "0.01",
                                  "is_comment": 0,
                                  "order_id": 10019,
                                  "user_id": 10003,
                                  "goods_source_id": 0,
                                  "goods_image": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                  "image": {
                                      "file_id": 10214,
                                      "group_id": 0,
                                      "channel": 10,
                                      "storage": "local",
                                      "domain": "",
                                      "file_type": 10,
                                      "file_name": "p1.jpg",
                                      "file_path": "10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "file_size": 71199,
                                      "file_ext": "jpg",
                                      "cover": "",
                                      "uploader_id": 0,
                                      "is_recycle": 0,
                                      "is_delete": 0,
                                      "store_id": 10001,
                                      "create_time": "2023-03-21 09:47:30",
                                      "update_time": "2023-03-21 09:47:30",
                                      "preview_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "external_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg"
                                  }
                              }
                          ],
                          "state_text": "待支付"
                      },
                      {
                          "order_id": 10018,
                          "order_no": "2023032156101101",
                          "total_price": "5471.04",
                          "order_price": "5471.04",
                          "coupon_id": 0,
                          "coupon_money": "0.00",
                          "points_money": "0.00",
                          "points_num": 0,
                          "pay_price": "5471.04",
                          "update_price": {
                              "symbol": "+",
                              "value": "0.00"
                          },
                          "buyer_remark": "",
                          "pay_type": 10,
                          "pay_status": 20,
                          "pay_time": "2023-03-21 15:02:01",
                          "delivery_type": 10,
                          "express_price": "0.00",
                          "express_id": 10003,
                          "express_company": "",
                          "express_no": "YT3232323",
                          "delivery_status": 20,
                          "delivery_time": "2023-03-21 15:02:13",
                          "receipt_status": 20,
                          "receipt_time": "2023-03-21 15:02:20",
                          "order_status": 30,
                          "points_bonus": 2024,
                          "is_settled": 0,
                          "transaction_id": "",
                          "is_comment": 1,
                          "order_source": 10,
                          "order_source_id": 0,
                          "platform": "H5",
                          "user_id": 10003,
                          "is_delete": 0,
                          "create_time": "2023-03-21 15:02:00",
                          "goods": [
                              {
                                  "order_goods_id": 10023,
                                  "goods_id": 10038,
                                  "goods_name": "三星手机 SAMSUNG Galaxy S23 8GB+256GB 超视觉夜拍系统 超清夜景 悠雾紫 5G手机 游戏拍照旗舰机s23",
                                  "image_id": 10214,
                                  "deduct_stock_type": 10,
                                  "spec_type": 10,
                                  "goods_sku_id": "0",
                                  "goods_props": null,
                                  "goods_no": "SH001",
                                  "goods_price": "5699.00",
                                  "line_price": "6699.00",
                                  "goods_weight": 0.1,
                                  "is_user_grade": 1,
                                  "grade_ratio": 10,
                                  "grade_goods_price": "5471.04",
                                  "grade_total_money": "227.96",
                                  "coupon_money": "0.00",
                                  "points_money": "0.00",
                                  "points_num": 0,
                                  "points_bonus": 2024,
                                  "total_num": 1,
                                  "total_price": "5471.04",
                                  "total_pay_price": "5471.04",
                                  "is_comment": 1,
                                  "order_id": 10018,
                                  "user_id": 10003,
                                  "goods_source_id": 0,
                                  "goods_image": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                  "image": {
                                      "file_id": 10214,
                                      "group_id": 0,
                                      "channel": 10,
                                      "storage": "local",
                                      "domain": "",
                                      "file_type": 10,
                                      "file_name": "p1.jpg",
                                      "file_path": "10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "file_size": 71199,
                                      "file_ext": "jpg",
                                      "cover": "",
                                      "uploader_id": 0,
                                      "is_recycle": 0,
                                      "is_delete": 0,
                                      "store_id": 10001,
                                      "create_time": "2023-03-21 09:47:30",
                                      "update_time": "2023-03-21 09:47:30",
                                      "preview_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "external_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg"
                                  }
                              }
                          ],
                          "state_text": "已完成"
                      },
                      {
                          "order_id": 10017,
                          "order_no": "2023032110198484",
                          "total_price": "5471.04",
                          "order_price": "5471.04",
                          "coupon_id": 0,
                          "coupon_money": "0.00",
                          "points_money": "0.00",
                          "points_num": 0,
                          "pay_price": "5471.04",
                          "update_price": {
                              "symbol": "+",
                              "value": "0.00"
                          },
                          "buyer_remark": "",
                          "pay_type": 10,
                          "pay_status": 20,
                          "pay_time": "2023-03-21 15:00:46",
                          "delivery_type": 10,
                          "express_price": "0.00",
                          "express_id": 10001,
                          "express_company": "",
                          "express_no": "SF988833",
                          "delivery_status": 20,
                          "delivery_time": "2023-03-21 15:01:08",
                          "receipt_status": 20,
                          "receipt_time": "2023-03-21 15:01:15",
                          "order_status": 30,
                          "points_bonus": 2024,
                          "is_settled": 0,
                          "transaction_id": "",
                          "is_comment": 1,
                          "order_source": 10,
                          "order_source_id": 0,
                          "platform": "H5",
                          "user_id": 10003,
                          "is_delete": 0,
                          "create_time": "2023-03-21 15:00:46",
                          "goods": [
                              {
                                  "order_goods_id": 10022,
                                  "goods_id": 10038,
                                  "goods_name": "三星手机 SAMSUNG Galaxy S23 8GB+256GB 超视觉夜拍系统 超清夜景 悠雾紫 5G手机 游戏拍照旗舰机s23",
                                  "image_id": 10214,
                                  "deduct_stock_type": 10,
                                  "spec_type": 10,
                                  "goods_sku_id": "0",
                                  "goods_props": null,
                                  "goods_no": "SH001",
                                  "goods_price": "5699.00",
                                  "line_price": "6699.00",
                                  "goods_weight": 0.1,
                                  "is_user_grade": 1,
                                  "grade_ratio": 10,
                                  "grade_goods_price": "5471.04",
                                  "grade_total_money": "227.96",
                                  "coupon_money": "0.00",
                                  "points_money": "0.00",
                                  "points_num": 0,
                                  "points_bonus": 2024,
                                  "total_num": 1,
                                  "total_price": "5471.04",
                                  "total_pay_price": "5471.04",
                                  "is_comment": 1,
                                  "order_id": 10017,
                                  "user_id": 10003,
                                  "goods_source_id": 0,
                                  "goods_image": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                  "image": {
                                      "file_id": 10214,
                                      "group_id": 0,
                                      "channel": 10,
                                      "storage": "local",
                                      "domain": "",
                                      "file_type": 10,
                                      "file_name": "p1.jpg",
                                      "file_path": "10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "file_size": 71199,
                                      "file_ext": "jpg",
                                      "cover": "",
                                      "uploader_id": 0,
                                      "is_recycle": 0,
                                      "is_delete": 0,
                                      "store_id": 10001,
                                      "create_time": "2023-03-21 09:47:30",
                                      "update_time": "2023-03-21 09:47:30",
                                      "preview_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "external_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg"
                                  }
                              }
                          ],
                          "state_text": "已完成"
                      },
                      {
                          "order_id": 10016,
                          "order_no": "2023032157565098",
                          "total_price": "5471.04",
                          "order_price": "5471.04",
                          "coupon_id": 0,
                          "coupon_money": "0.00",
                          "points_money": "0.00",
                          "points_num": 0,
                          "pay_price": "5471.04",
                          "update_price": {
                              "symbol": "+",
                              "value": "0.00"
                          },
                          "buyer_remark": "",
                          "pay_type": 10,
                          "pay_status": 20,
                          "pay_time": "2023-03-21 14:31:37",
                          "delivery_type": 10,
                          "express_price": "0.00",
                          "express_id": 10002,
                          "express_company": "",
                          "express_no": "KB32323232",
                          "delivery_status": 20,
                          "delivery_time": "2023-03-21 14:32:13",
                          "receipt_status": 20,
                          "receipt_time": "2023-03-21 14:32:24",
                          "order_status": 30,
                          "points_bonus": 2024,
                          "is_settled": 0,
                          "transaction_id": "",
                          "is_comment": 1,
                          "order_source": 10,
                          "order_source_id": 0,
                          "platform": "H5",
                          "user_id": 10003,
                          "is_delete": 0,
                          "create_time": "2023-03-21 14:31:37",
                          "goods": [
                              {
                                  "order_goods_id": 10021,
                                  "goods_id": 10038,
                                  "goods_name": "三星手机 SAMSUNG Galaxy S23 8GB+256GB 超视觉夜拍系统 超清夜景 悠雾紫 5G手机 游戏拍照旗舰机s23",
                                  "image_id": 10214,
                                  "deduct_stock_type": 10,
                                  "spec_type": 10,
                                  "goods_sku_id": "0",
                                  "goods_props": null,
                                  "goods_no": "SH001",
                                  "goods_price": "5699.00",
                                  "line_price": "6699.00",
                                  "goods_weight": 0.1,
                                  "is_user_grade": 1,
                                  "grade_ratio": 10,
                                  "grade_goods_price": "5471.04",
                                  "grade_total_money": "227.96",
                                  "coupon_money": "0.00",
                                  "points_money": "0.00",
                                  "points_num": 0,
                                  "points_bonus": 2024,
                                  "total_num": 1,
                                  "total_price": "5471.04",
                                  "total_pay_price": "5471.04",
                                  "is_comment": 1,
                                  "order_id": 10016,
                                  "user_id": 10003,
                                  "goods_source_id": 0,
                                  "goods_image": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                  "image": {
                                      "file_id": 10214,
                                      "group_id": 0,
                                      "channel": 10,
                                      "storage": "local",
                                      "domain": "",
                                      "file_type": 10,
                                      "file_name": "p1.jpg",
                                      "file_path": "10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "file_size": 71199,
                                      "file_ext": "jpg",
                                      "cover": "",
                                      "uploader_id": 0,
                                      "is_recycle": 0,
                                      "is_delete": 0,
                                      "store_id": 10001,
                                      "create_time": "2023-03-21 09:47:30",
                                      "update_time": "2023-03-21 09:47:30",
                                      "preview_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg",
                                      "external_url": "http:\/\/cba.itlike.com\/public\/uploads\/10001\/20230321\/8f505c6c437fc3d4b4310b57b1567544.jpg"
                                  }
                              }
                          ],
                          "state_text": "已完成"
                      }
                  ]
              }
          }
      }
      上一页
      29. 我的-商品状态数量(全部/待支付/待收货/待发货)
      下一页
      31. 我的-订单详情
      Built with