mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-09-10 00:39:35 +08:00
版本升级2.10.1.
1.支付宝转账签名遗漏bug 2.增加http连接池 3.XXE漏洞修复 4.必要的地方增加日志
This commit is contained in:
@@ -491,6 +491,8 @@ public class AliPayService extends BasePayService {
|
||||
}
|
||||
//设置请求参数的集合
|
||||
parameters.put("biz_content", JSON.toJSONString(bizContent));
|
||||
//设置签名
|
||||
setSign(parameters);
|
||||
return getHttpRequestTemplate().postForObject(getReqUrl() + "?" + UriVariables.getMapToParameters(parameters), null, JSONObject.class);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user