Commit 5ba77c5caec7c9e3a33e1a172a12fc9ddc833fbd
1 parent
5f179e2e77
Exists in
master
配置
Showing 1 changed file with 1 additions and 1 deletions
talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java
View file @
5ba77c5
... | ... | @@ -918,7 +918,7 @@ |
918 | 918 | * @return |
919 | 919 | */ |
920 | 920 | @PostMapping("signInPatient") |
921 | - @TokenRequired | |
921 | +// @TokenRequired | |
922 | 922 | public BaseResponse signInPatient(@RequestBody LymsPatient patient) { |
923 | 923 | BaseResponse baseResponse = new BaseResponse(); |
924 | 924 | baseResponse.setErrorcode(1); |