mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-14 05:43:46 +08:00
Merge remote-tracking branch 'origin/1.0.11.SNAPSHOT' into 1.0.11.SNAPSHOT
# Conflicts: # payment-spring-boot-autoconfigure/src/main/java/cn/felord/payment/wechat/v3/SignatureProvider.java
This commit is contained in:
@@ -222,7 +222,7 @@ public class SignatureProvider {
|
|||||||
}
|
}
|
||||||
ArrayNode certificates = bodyObjectNode.withArray("data");
|
ArrayNode certificates = bodyObjectNode.withArray("data");
|
||||||
if (certificates.isArray() && certificates.size() > 0) {
|
if (certificates.isArray() && certificates.size() > 0) {
|
||||||
CERTIFICATE_MAP.clear();
|
CERTIFICATE_MAP.remove(tenantId);
|
||||||
final CertificateFactory certificateFactory = CertificateFactory.getInstance("X509",BC_PROVIDER);
|
final CertificateFactory certificateFactory = CertificateFactory.getInstance("X509",BC_PROVIDER);
|
||||||
certificates.forEach(objectNode -> {
|
certificates.forEach(objectNode -> {
|
||||||
JsonNode encryptCertificate = objectNode.get("encrypt_certificate");
|
JsonNode encryptCertificate = objectNode.get("encrypt_certificate");
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ public class CompleteServiceOrderParams {
|
|||||||
* false:不分账,默认:false
|
* false:不分账,默认:false
|
||||||
* true:分账。
|
* true:分账。
|
||||||
*/
|
*/
|
||||||
private Boolean profitSharing = Boolean.TRUE;
|
private Boolean profitSharing = Boolean.FALSE;
|
||||||
/**
|
/**
|
||||||
* 订单优惠标记,选填
|
* 订单优惠标记,选填
|
||||||
* <p>
|
* <p>
|
||||||
|
|||||||
Reference in New Issue
Block a user