请求解密修改
This commit is contained in:
parent
eeb590d056
commit
f42249c4fb
|
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
* 请求体包装类
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue