摘要: 1 @Before("apiItf()") 2 public void before(JoinPoint joinPoint) throws Exception { 3 Object[] args = joinPoint.getArgs(); 4 if (args != null) { 5 Method proxyMe... 阅读全文