From 5ba77c5caec7c9e3a33e1a172a12fc9ddc833fbd Mon Sep 17 00:00:00 2001 From: liquanyu Date: Sat, 9 Apr 2022 10:38:38 +0800 Subject: [PATCH] =?UTF-8?q?=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/lyms/talkonlineweb/controller/PatientController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.3.1