|
@@ -79,11 +79,11 @@ public class VisitLogInterceptor {
|
|
|
//获取操作路径
|
|
|
String requestPath = this.getRequestPath(uri);
|
|
|
|
|
|
- if(uri.contains("external")){
|
|
|
+ if(uri.contains("inner")){
|
|
|
Object[] args = pjp.getArgs();
|
|
|
String param = args[0] .toString();
|
|
|
String bodyDec = RsaUtils.decipher(param);
|
|
|
- saveLog(null,"external-api","external-api","api调用",uri,method,param,clientIP,browser,bodyDec);
|
|
|
+ saveLog(null,"inner-api","inner-api","api调用",uri,method,param,clientIP,browser,bodyDec);
|
|
|
return pjp.proceed();
|
|
|
}
|
|
|
//获取参数
|