Commit e671e4350f92f04b4c4314b24edf144a717f5bb9
1 parent
0c18e1820a
Exists in
master
and in
1 other branch
结算管理
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/HealthChargeController.java
View file @
e671e43
| ... | ... | @@ -58,7 +58,7 @@ |
| 58 | 58 | * @param httpServletRequest |
| 59 | 59 | * @return |
| 60 | 60 | */ |
| 61 | - @RequestMapping(method = RequestMethod.GET, value = "/getHealthCharges",produces = {"application/xml; charset=UTF-8"}) | |
| 61 | + @RequestMapping(method = RequestMethod.GET, value = "/getHealthCharges") | |
| 62 | 62 | @ResponseBody |
| 63 | 63 | @TokenRequired |
| 64 | 64 | public BaseResponse getHealthCharges(@RequestParam(required = true) Integer healthType, |