报修小程序
    报修小程序
    • 接口文档
    • 预约检修
      • 查询检修登记单信息
        GET
      • 创建检修登记单
        POST
      • 查询检修登记单列表
        GET
      • 查询检修单详情
        GET
      • 撤销检修登记单
        POST
      • 查询检修单状态
        GET
      • 上传检修登记单图片视频
        POST
      • 同意报价
        POST
      • 拒绝报价
        POST
      • 提交线下支付凭证
        POST
      • 查询自提默认地址
        GET
      • 申请交付
        POST
      • 检修登记单结算创建
        POST
      • 预约检修评价
        POST
      • 预约检修删除
        POST
    • 设备
      • 设备列表
        GET
      • 设备详情
        GET
      • 创建设备
        POST
      • 修改设备
        POST
      • 删除设备
        POST
    • 发票抬头
      • 发票抬头列表
        GET
      • 发票抬头详情
        GET
      • 创建发票抬头
        POST
      • 修改发票抬头
        POST
      • 删除发票抬头
        POST
    • 收货地址
      • 收货地址列表
      • 获取收货地址详情
      • 创建收货地址
      • 修改发收货地址
      • 删除收货地址
    • 登录
      • 小程序注册(弃用)
      • 小程序登录
      • 获取手机号
      • 用户信息解密
      • 获取用户OpenID
    • 上门服务
      • 上门服务所属单位列表
      • 上门服务所属单位详情
      • 上门服务默认返回
      • 上门服务单创建
      • 上门服务列表
      • 上面服务详情
      • 上传上门服务图片视频
      • 上门服务状态
      • 上门服务撤销
      • 上门服务同意报价
      • 上门服务拒绝报价
      • 上门服务线下支付
      • 上门服务评价
      • 上门服务删除
      • 上门服务签名
    • 备件产品
      • 备件列表
      • 备件详情
      • 备件分类
    • 备件租借
      • 购物车创建
      • 购物车详情
      • 备件租借默认返回
      • 备件租借创建
      • 备件租借详情
      • 备件租借撤销
      • 提交支付凭证
      • 备件租借默认交付
      • 备件租借交付创建
      • 备件租借评价
      • 备件租借删除
    • 预约维保
      • 预约维保默认返回
      • 预约维保创建
      • 预约维保上传图片
      • 预约维保详情
      • 预约维保撤销
      • 预约维保同意报价
      • 预约维保拒绝报价
      • 预约维保线下支付
      • 预约维保评价
      • 预约维保删除
      • 预约维保签名
    • 总订单列表
      GET

      总订单列表

      开发中
      GET
      /wxapi/order/list/

      请求参数

      Authorization
      在 Header 添加参数
      Authorization
      ,其值为在 Bearer 之后拼接 Token
      示例:
      Authorization: Bearer ********************
      Query 参数
      order_type
      array[string]
      可选
      (receive: 预约检修, task: 上门服务, rental: 备件租借, maintenance: 预约维保, all: 所有)
      示例值:
      ["maintenance"]
      keyword
      string 
      关键字查询
      可选
      示例值:
      S25050916J
      Header 参数
      openid
      string 
      可选
      示例值:
      ow5ki0fNUAHL_YnGb13fNMg_rwPE

      示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://shop.ijuhui.mobi/wxapi/order/list/?order_type=maintenance' \
      --header 'openid: ow5ki0fNUAHL_YnGb13fNMg_rwPE'

      返回响应

      🟢200成功
      application/json
      Body
      code
      integer 
      必需
      message
      string 
      必需
      data
      array [object {9}] 
      必需
      order_type
      string 
      订单类型
      必需
      order_id
      integer 
      订单id
      必需
      name
      string 
      订单编号
      必需
      mini_state
      object 
      订单状态
      必需
      order_line_list
      array [object {9}] 
      订单明细
      必需
      amount_total
      number  | integer 
      价格总计
      必需
      create_date
      string 
      创建时间
      必需
      overall_state
      object 
      必需
      总状态 (服务中,除了备件租借没有这个状态)
      comment_content
      string 
      评论内容
      必需
      示例
      {"code": 200, "message": "成功", "data": [{"order_type": "maintenance", "order_id": 19921, "name": "S25052163J", "mini_state": {"name": "完成", "val": "done"}, "order_line_list": [{"device_id": null, "device_name": null, "image": "", "order_line_name": "S25052163J", "desc_or_price": "99999", "product_qty": 0, "line_mini_state": {"name": "完成", "val": "done"}, "start_date": null, "end_date": null}], "amount_total": 0.0, "create_date": "2025-05-21 18:00:29", "overall_state": {"name": "已完成", "val": "done"}, "comment_content": null}, {"order_type": "maintenance", "order_id": 19920, "name": "S25052162J", "mini_state": {"name": "报价中", "val": "waiting_quotation"}, "order_line_list": [{"device_id": null, "device_name": null, "image": "", "order_line_name": "S25052162J", "desc_or_price": "100002", "product_qty": 0, "line_mini_state": {"name": "报价中", "val": "waiting_quotation"}, "start_date": null, "end_date": null}], "amount_total": 0.0, "create_date": "2025-05-21 17:54:59", "overall_state": {"name": "服务中", "val": "in_service"}, "comment_content": null}, {"order_type": "maintenance", "order_id": 19919, "name": "S25052161J", "mini_state": {"name": "待结算", "val": "waiting_balance"}, "order_line_list": [{"device_id": null, "device_name": null, "image": "", "order_line_name": "S25052161J", "desc_or_price": "100001", "product_qty": 0, "line_mini_state": {"name": "待结算", "val": "waiting_balance"}, "start_date": null, "end_date": null}], "amount_total": 0.0, "create_date": "2025-05-21 17:54:55", "overall_state": {"name": "服务中", "val": "in_service"}, "comment_content": null}, {"order_type": "maintenance", "order_id": 19918, "name": "S25052160J", "mini_state": {"name": "待签署", "val": "waiting_sign"}, "order_line_list": [{"device_id": null, "device_name": null, "image": "", "order_line_name": "S25052160J", "desc_or_price": "10000", "product_qty": 0, "line_mini_state": {"name": "待签署", "val": "waiting_sign"}, "start_date": null, "end_date": null}], "amount_total": 0.0, "create_date": "2025-05-21 17:54:51", "overall_state": {"name": "服务中", "val": "in_service"}, "comment_content": null}, {"order_type": "maintenance", "order_id": 19917, "name": "S25052159J", "mini_state": {"name": "已派工", "val": "dispatched"}, "order_line_list": [{"device_id": null, "device_name": null, "image": "", "order_line_name": "S25052159J", "desc_or_price": "99999", "product_qty": 0, "line_mini_state": {"name": "已派工", "val": "dispatched"}, "start_date": null, "end_date": null}], "amount_total": 0.0, "create_date": "2025-05-21 17:54:43", "overall_state": {"name": "服务中", "val": "in_service"}, "comment_content": null}, {"order_type": "maintenance", "order_id": 19916, "name": "S25052158J", "mini_state": {"name": "待派工", "val": "waiting_dispatching"}, "order_line_list": [{"device_id": null, "device_name": null, "image": "", "order_line_name": "S25052158J", "desc_or_price": "7777", "product_qty": 0, "line_mini_state": {"name": "待派工", "val": "waiting_dispatching"}, "start_date": null, "end_date": null}], "amount_total": 0.0, "create_date": "2025-05-21 17:54:38", "overall_state": {"name": "服务中", "val": "in_service"}, "comment_content": null}, {"order_type": "maintenance", "order_id": 19915, "name": "S25052157J", "mini_state": {"name": "已受理", "val": "confirm"}, "order_line_list": [{"device_id": null, "device_name": null, "image": "", "order_line_name": "S25052157J", "desc_or_price": "123", "product_qty": 0, "line_mini_state": {"name": "已受理", "val": "confirm"}, "start_date": null, "end_date": null}], "amount_total": 0, "create_date": "2025-05-21 17:54:25", "overall_state": {"name": "服务中", "val": "in_service"}, "comment_content": null}, {"order_type": "maintenance", "order_id": 19914, "name": "S25052156J", "mini_state": {"name": "待受理", "val": "waiting"}, "order_line_list": [{"device_id": null, "device_name": null, "image": "", "order_line_name": "S25052156J", "desc_or_price": "待预约", "product_qty": 0, "line_mini_state": {"name": "待受理", "val": "waiting"}, "start_date": null, "end_date": null}], "amount_total": 0, "create_date": "2025-05-21 17:53:18", "overall_state": {"name": "服务中", "val": "in_service"}, "comment_content": null}, {"order_type": "maintenance", "order_id": 19913, "name": "S25052055J", "mini_state": {"name": "待受理", "val": "waiting"}, "order_line_list": [{"device_id": null, "device_name": null, "image": "", "order_line_name": "S25052055J", "desc_or_price": "维保备注222", "product_qty": 0, "line_mini_state": {"name": "待受理", "val": "waiting"}, "start_date": null, "end_date": null}], "amount_total": 0, "create_date": "2025-05-20 08:40:48", "overall_state": {"name": "服务中", "val": "in_service"}, "comment_content": null}, {"order_type": "maintenance", "order_id": 19911, "name": "S25052053J", "mini_state": {"name": "已取消", "val": "cancel"}, "order_line_list": [{"device_id": null, "device_name": null, "image": "", "order_line_name": "S25052053J", "desc_or_price": "预约维保不能使用", "product_qty": 0, "line_mini_state": {"name": "已取消", "val": "cancel"}, "start_date": null, "end_date": null}], "amount_total": 0, "create_date": "2025-05-20 08:31:35", "overall_state": {"name": "已取消", "val": "cancel"}, "comment_content": null}]}
      修改于 2025-05-22 01:54:17
      上一页
      预约维保签名
      Built with