简要描述:
- 我的预约核销确认页
请求URL:
GET/plugin.appointment.frontend.appointment-service.close-service-info
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
service_id | 是 | int | 预约服务ID |
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"id": 2,
"project_title": "项目名称2",
"total_count": 8,
"used_count": 6,
"store_name": "门店名称2",
"worker_name": "姓名3",
"customer_name": "张三",
"customer_tel": "15000000000",
"begin_time": "2019-12-25 19:00",
"end_time": "2019-12-25 19:30"
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | 预约服务ID |
project_title | string | 项目名称 |
total_count | int | 项目服务总次数 |
used_count | int | 项目已预约次数 |
store_name | string | 门店名称 |
worker_name | string | 技师姓名 |
customer_name | string | 顾客姓名 |
customer_tel | string | 顾客电话 |
begin_time | string | 预约开始时间 |
end_time | string | 预约结束时间 |
备注:
- 更多返回错误代码请看首页的错误代码描述