简要描述:
- 订单详情-分时预约
请求URL:
GET/plugin.reserve-simple.frontend.order.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 | 联系人电话 |
备注:
- 更多返回错误代码请看首页的错误代码描述