Commit 301eaf3d authored by 赵啸非's avatar 赵啸非

添加站点参数

parent 8796a1cb
...@@ -143,7 +143,7 @@ public class MidSignApiController { ...@@ -143,7 +143,7 @@ public class MidSignApiController {
String sign = EncryptionUtils.SHA256(signStr); String sign = EncryptionUtils.SHA256(signStr);
log.info("签名计算结果: " + sign); log.info("签名计算结果: " + sign);
// headerMap.put("sign", sign); headerMap.put("sign", sign);
//todo 添加rsa非对称加密 //todo 添加rsa非对称加密
/* String pwdRsa = pwd + "#" + timeStamp; /* String pwdRsa = pwd + "#" + timeStamp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment