We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf91a02 commit f57022cCopy full SHA for f57022c
java110-core/src/main/java/com/java110/core/factory/AuthenticationFactory.java
@@ -284,6 +284,7 @@ public static String apiDataFlowMd5(ApiDataFlow dataFlow) throws NoAuthorityExce
284
reqInfo += "GET".equals(dataFlow.getRequestHeaders().get(CommonConstant.HTTP_METHOD)) ?
285
param : dataFlow.getReqData();
286
reqInfo += dataFlow.getAppRoutes().get(0).getSecurityCode();
287
+ logger.debug("加密字符串={}",reqInfo);
288
289
return md5(reqInfo);
290
}
0 commit comments