简要描述:
- 核销确认页预约订单详情-分时预约
请求URL:
GET/plugin.reserve-simple.frontend.reserve-order.get-detail
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
order_id | 是 | int | 订单id |
返回示例:
正确时返回:
错误时返回:
返回参数说明:
和商城接口类似,增加reserve_simple,去掉了发票、地址、积分信息
参数名 | 类型 | 说明 |
---|---|---|
reserve_simple->begin_time | string | 预约时间YYYY-mm-dd H:i |
reserve_simple->customer_name | string | 联系人姓名 |
reserve_simple->customer_tel | string | 联系人电话 |
备注:
- 更多返回错误代码请看首页的错误代码描述