@At
@Ok("json")
@AdaptBy(type = WhaleAdaptor.class)
@POST
public Object getVipErp(@Param("..") NutMap map,HttpServletRequest req){
Response resp= Http.get("");
// NutMap listMap=new NutMap();
System.out.println(resp.getContent());
return new Result(0,"获取成功",new NutMap().addv("resp",resp.getContent()));
}
添加回复
请先登陆