mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-19 17:03:43 +08:00
配置导入
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2019-2023 felord.cn
|
||||
* Copyright 2019-2022 felord.cn
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -93,7 +93,6 @@ public class WechatMarketingPartnershipApi extends AbstractApi {
|
||||
.function((type, partnershipParams) -> {
|
||||
MultiValueMap<String, String> queryParams = new LinkedMultiValueMap<>();
|
||||
Partner partner = params.getPartner();
|
||||
|
||||
try {
|
||||
ObjectMapper mapper = this.getMapper();
|
||||
if (Objects.nonNull(partner)) {
|
||||
|
||||
Reference in New Issue
Block a user