版本升级2.10.1.

1.支付宝转账签名遗漏bug
2.增加http连接池
3.XXE漏洞修复
4.必要的地方增加日志
This commit is contained in:
egan
2018-07-06 13:54:09 +08:00
parent b3d91e1385
commit a6dd8b1976
13 changed files with 31 additions and 22 deletions

View File

@@ -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);
}