简要描述:

  • 取消预约(店长或预约的用户可操作)

请求URL:

POST/plugin.appointment.frontend.appointment-service.cancel-service

参数:

参数名 是否必须 类型 说明
id int 预约ID

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "取消预约成功",
    "data": []
}

错误时返回:

  

返回参数说明:

参数名 类型 说明

备注:

  • 更多返回错误代码请看首页的错误代码描述