Commit 6618a47265e7083e7354fee76b6c445c3e993b55
1 parent
7fbf9139cf
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/CervicalCancerController.java
View file @
6618a47
... | ... | @@ -213,9 +213,9 @@ |
213 | 213 | * @return BaseResponse |
214 | 214 | */ |
215 | 215 | @ResponseBody |
216 | - @RequestMapping(method = RequestMethod.GET ,value = "/riskResult") | |
216 | + @RequestMapping(method = RequestMethod.POST ,value = "/riskResult") | |
217 | 217 | @TokenRequired |
218 | - public BaseResponse riskResult(CervicalCancerRequest param) { | |
218 | + public BaseResponse riskResult(@RequestBody CervicalCancerRequest param) { | |
219 | 219 | return cervicalCancerService.riskResult(param); |
220 | 220 | } |
221 | 221 | } |