@RequestMapping(value = "/parts", method = {RequestMethod.POST,RequestMethod.GET})
注释@RequestMapping 同时支持post,get请求写法
最新推荐文章于 2025-03-14 12:20:31 发布
@RequestMapping(value = "/parts", method = {RequestMethod.POST,RequestMethod.GET})