diff --git a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java index 164a6a0..94befe8 100644 --- a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java +++ b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java @@ -918,7 +918,7 @@ public class PatientController { * @return */ @PostMapping("signInPatient") - @TokenRequired +// @TokenRequired public BaseResponse signInPatient(@RequestBody LymsPatient patient) { BaseResponse baseResponse = new BaseResponse(); baseResponse.setErrorcode(1);