File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
src/main/java/com/alipay/global/api/response/ams/pay Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -141,4 +141,6 @@ update --- 优化base64多jdk版本兼容
141
141
42、Version:2.0.51
142
142
update --- 支付方式枚举类新增ABA
143
143
43、Version:2.0.52
144
- 1. 订阅支付新增“更新接口”
144
+ 1. 订阅支付新增“更新接口”
145
+ 44、Version:2.0.53
146
+ 1. update promotionResults
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ https://mvnrepository.com/artifact/com.alipay.global.sdk/global-open-sdk-java
12
12
<dependency >
13
13
<groupId >com.alipay.global.sdk</groupId >
14
14
<artifactId >global-open-sdk-java</artifactId >
15
- <version >2.0.52 </version >
15
+ <version >2.0.53 </version >
16
16
</dependency >
17
17
```
18
18
Original file line number Diff line number Diff line change 4
4
<groupId >com.alipay.global.sdk</groupId >
5
5
<artifactId >global-open-sdk-java</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >2.0.52 </version >
7
+ <version >2.0.53 </version >
8
8
<name >global-open-sdk-java</name >
9
9
<url >https://github.com/alipay/global-open-sdk-java</url >
10
10
<description >
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public class AlipayPayQueryResponse extends AlipayResponse {
40
40
private AcquirerInfo acquirerInfo ;
41
41
private String merchantAccountId ;
42
42
43
- private List <PromotionResult > promotionResult ;
43
+ private List <PromotionResult > promotionResults ;
44
44
45
45
private String earliestSettlementTime ;
46
46
You can’t perform that action at this time.
0 commit comments