请求解密修改

This commit is contained in:
cwchen 2025-09-17 14:15:20 +08:00
parent eeb590d056
commit f42249c4fb
1 changed files with 6 additions and 0 deletions

View File

@ -226,6 +226,12 @@ public class RequestCoverFilter implements Filter {
}
}
public static void main(String[] args) {
String query = "pageNum=1&pageSize=10";
String calculatedHash = Sm3Util.encrypt(query);
System.err.println(calculatedHash);
}
/**
* 请求体包装类
*/