application/json 请求接口

@RequestMapping(value = "/getBaseData", method = RequestMethod.POST, produces = "application/json;charset=UTF-8")
    public Object getBaseData(@RequestBody Object model) {return result;
    }

 

相关文章:

  • 2021-07-05
  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
  • 2021-08-11
  • 2022-12-23
猜你喜欢
  • 2021-07-15
  • 2021-06-05
  • 2021-05-01
  • 2021-04-07
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案