|
@ -48,10 +48,6 @@ public class GcUserController {
|
|
|
private DoctorService doctorService;
|
|
|
@Autowired
|
|
|
private PatientService patientService;
|
|
|
@Autowired
|
|
|
private TokenService tokenService;
|
|
|
@Autowired
|
|
|
private LoginLogService loginLogService;
|
|
|
|
|
|
|
|
|
@RequestMapping(value = "/doctor", method = RequestMethod.GET)
|