2019年10月11日

摘要: @CrossOrigin(origins = "*", maxAge = 3600) 阅读全文
posted @ 2019-10-11 14:53 zzsuje 阅读(203) 评论(0) 推荐(0)
 
摘要: @RequestMapping(value = "/aaaa",method = RequestMethod.POST) @ResponseBody @CrossOrigin(origins = "*", maxAge = 3600) public String getReagentNameList(HttpServletRequest request, Http... 阅读全文
posted @ 2019-10-11 14:08 zzsuje 阅读(299) 评论(0) 推荐(0)