Commit fb4bcda11d04b0b06b61b4d60dd4d1a51302c333

Authored by liquanyu
1 parent c5a35824b2

update code

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BasicConfigController.java View file @ fb4bcda
... ... @@ -208,7 +208,7 @@
208 208 * @param request
209 209 * @return
210 210 */
211   - @RequestMapping(method = RequestMethod.POST, value = "/addCheckItemConfig")
  211 + @RequestMapping(method = RequestMethod.POST, value = "/addCheckItemConfig", consumes = {MediaType.APPLICATION_JSON_VALUE})
212 212 @ResponseBody
213 213 @TokenRequired
214 214 public BaseResponse addCheckItemConfig(@RequestBody CheckItemConfig itemConfig,HttpServletRequest request) {