| | |
| | | @PostMapping("/appointment/crm/self/page/data") |
| | | Result pageData(@RequestBody UserDto dto); |
| | | |
| | | /** 用户自助预约列表 */ |
| | | @PostMapping("/appointment/crm/self/self/list") |
| | | /** CRM首页预约列表 */ |
| | | @PostMapping("/appointment/crm/self/index/app/list") |
| | | Result indexAppList(@RequestBody UserDto dto); |
| | | |
| | | /** 用户预约列表 */ |
| | | @PostMapping("/appointment/crm/self/list") |
| | | Result selfList(@RequestBody UserDto dto); |
| | | |
| | | /** 用户自助预约项目 */ |
| | |
| | | /** 自助预约时间 */ |
| | | @PostMapping("/appointment/crm/self/getTime") |
| | | Result getTime(@RequestBody AppointmentAutoMateDto dto); |
| | | |
| | | /** 获取一周内医生排班 */ |
| | | @PostMapping("/appointment/crm/self/get/doctor/time") |
| | | Result getDoctorTime(@RequestBody AppointmentAutoMateDto dto); |
| | | } |