Commit a9140ece4bd29e7e2ee4da5503bf06cee432c7b8
1 parent
f31a1f4901
Exists in
dev
#fix:新增出生证明
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BirthController.java
View file @
a9140ec
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 | return patientServiceFacade.getPuerperaInfo(parentId); |
46 | 46 | } |
47 | 47 | |
48 | - @RequestMapping(value = "/wx/update", method = RequestMethod.GET) | |
48 | + @RequestMapping(value = "/wx/update", method = RequestMethod.POST) | |
49 | 49 | @ResponseBody |
50 | 50 | public BaseResponse update(@RequestBody BirthResult birthResult){ |
51 | 51 | return patientServiceFacade.updatePuerpera(birthResult); |