Skip to content

Commit 15895c4

Browse files
authored
Merge pull request #63 from alipay/feature-250122
update promotionResults
2 parents 571ef21 + ee3ab75 commit 15895c4

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGE.log

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,6 @@ update --- 优化base64多jdk版本兼容
141141
42、Version:2.0.51
142142
update --- 支付方式枚举类新增ABA
143143
43、Version:2.0.52
144-
1. 订阅支付新增“更新接口”
144+
1. 订阅支付新增“更新接口”
145+
44、Version:2.0.53
146+
1. update promotionResults

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ https://mvnrepository.com/artifact/com.alipay.global.sdk/global-open-sdk-java
1212
<dependency>
1313
<groupId>com.alipay.global.sdk</groupId>
1414
<artifactId>global-open-sdk-java</artifactId>
15-
<version>2.0.52</version>
15+
<version>2.0.53</version>
1616
</dependency>
1717
```
1818

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.alipay.global.sdk</groupId>
55
<artifactId>global-open-sdk-java</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.0.52</version>
7+
<version>2.0.53</version>
88
<name>global-open-sdk-java</name>
99
<url>https://github.com/alipay/global-open-sdk-java</url>
1010
<description>

src/main/java/com/alipay/global/api/response/ams/pay/AlipayPayQueryResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class AlipayPayQueryResponse extends AlipayResponse {
4040
private AcquirerInfo acquirerInfo;
4141
private String merchantAccountId;
4242

43-
private List<PromotionResult> promotionResult;
43+
private List<PromotionResult> promotionResults;
4444

4545
private String earliestSettlementTime;
4646

0 commit comments

Comments
 (0)