# 查询订单预览
# 简介
用于查询订单以及订单客诉信息,目前仅返回已支付的订单信息。
# 服务提供方
享道
# 接口URL
/openapi/order/queryOrderOverview
# 请求方式
POST
# 请求频次
单次
# 请求参数
参数名称 | 类型 | 必选 | 说明 |
---|---|---|---|
timestamp | long | 是 | 请求时间,Unix Timestamp单位毫秒 |
start_date | string | 是 | 用车开始时间,yyyy-MM-dd HH:mm:ss |
end_date | string | 是 | 用车结束时间,yyyy-MM-dd HH:mm:ss |
page | int | 是 | 页码,从1开始 |
size | int | 是 | 每页数量,最大100 |
# 响应参数
参数名称 | 类型 | 必有 | 说明 |
---|---|---|---|
errCode | int | 是 | 服务响应状态,参见附录5 |
errMsg | string | 是 | 服务响应状态说明,参见附录5 |
content | object | 否 | |
content.orders | list | 是 | 订单列表 |
content.orders.order_id | string | 是 | 享道订单号 |
content.orders.status | string | 否 | 订单状态,参见附录3 |
content.orders.is_in_complaint | boolean | 是 | 是否在客诉中 |
content.total | int | 是 | 总订单数 |
content.total_page | int | 是 | 总页数 |