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版本兼容
14114142、Version:2.0.51
142142update --- 支付方式枚举类新增ABA
14314343、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
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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments