| | |
| | | import org.aspectj.lang.ProceedingJoinPoint; |
| | | import org.aspectj.lang.annotation.Around; |
| | | import org.aspectj.lang.annotation.Aspect; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import org.springframework.core.annotation.Order; |
| | | import org.springframework.stereotype.Component; |
| | | import org.springframework.web.context.request.RequestContextHolder; |
| | |
| | | @Order(2) |
| | | public class SignValidate { |
| | | |
| | | public static final String EDP = "execution(* com.ks.app.controller.client..*.*(..))"; |
| | | public static final String EDP = "execution(* com.yeshi.makemoney.app.controller.client..*.*(..))"; |
| | | |
| | | private Logger logger = LoggerFactory.getLogger(SignValidate.class); |
| | | |
| | | @Resource |
| | | private SystemConfigService systemConfigService; |
| | |
| | | e.printStackTrace(); |
| | | out = servletContainer.getResponse().getWriter(); |
| | | out.print(JsonUtil.loadFalseResult(ApiCodeConstant.CODE_ERROR_IN_SERVER, "服务器内部错误")); |
| | | logger.error("api:{} params:{}", request.getRequestURI(), JsonUtil.getSimpleGson().toJson(request.getParameterMap()), e); |
| | | return null; |
| | | } |
| | | return obj; |