Commit a1eaae86ba36483887246dfa2bff018df37221ad

Authored by shiyang
1 parent e82b45b977

update

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PreEugenicsBaseController.java View file @ a1eaae8
... ... @@ -302,7 +302,7 @@
302 302 */
303 303 @ResponseBody
304 304 @TokenRequired
305   - @RequestMapping(value = "/uploadingProvince", method = RequestMethod.PUT)
  305 + @RequestMapping(value = "/uploadingProvince", method = RequestMethod.POST)
306 306 public BaseResponse uploadingProvince(List<String> ids) {
307 307 lhxfyService.uploadingProvince(ids);
308 308 return new BaseResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功");