Skip to content

Commit f57022c

Browse files
committed
打印加密串
1 parent cf91a02 commit f57022c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java110-core/src/main/java/com/java110/core/factory/AuthenticationFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ public static String apiDataFlowMd5(ApiDataFlow dataFlow) throws NoAuthorityExce
284284
reqInfo += "GET".equals(dataFlow.getRequestHeaders().get(CommonConstant.HTTP_METHOD)) ?
285285
param : dataFlow.getReqData();
286286
reqInfo += dataFlow.getAppRoutes().get(0).getSecurityCode();
287+
logger.debug("加密字符串={}",reqInfo);
287288

288289
return md5(reqInfo);
289290
}

0 commit comments

Comments
 (0)