mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
4.2.0
This commit is contained in:
@@ -103,7 +103,8 @@ public class SandboxV2Controller {
|
||||
try {
|
||||
sign = AlipaySignature.rsa256Sign(content, privateKey, "utf-8");
|
||||
} catch (AlipayApiException e) {
|
||||
throw new RuntimeException("构建签名失败");
|
||||
log.error("构建签名失败", e);
|
||||
throw new RuntimeException("构建签名失败", e);
|
||||
}
|
||||
|
||||
params.put("sign", sign);
|
||||
|
Reference in New Issue
Block a user