摘要: 1 @RequestMapping("/check/{param}/{type}") 2 @ResponseBody 3 public Object checkData(@PathVariable String param, @PathVariable Integer type, String callback) { 4 5 TaotaoResult ... 阅读全文
posted @ 2019-02-24 09:16 清晨的第一抹阳光 阅读(2333) 评论(0) 推荐(0)