spring boot后台接收多个json格式参数

后台接口 @RequestMapping(value = “/updateProcess”, produces = “application/json;charset=utf-8”, method = RequestMethod.POST) @ResponseBody public String test(@RequestBody JSONObject jsonObject) { //获取字符串类
相关文章
相关标签/搜索