File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
src/main/java/com/alipay/global/api/model/ams Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -124,4 +124,6 @@ add AlipayAuthConsultRequest.authMetaData AE企业支付宝代扣集成方案
124
124
37、Version:2.0.43
125
125
add AlipayVaultingSessionRequest.is3DSAuthentication 哈啰集成绑卡SDK
126
126
37、Version:2.0.44
127
- update --- notify
127
+ update --- notify
128
+ 37、Version:2.0.45
129
+ update --- Leg 航司场景,风控诉求
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.44 </version>
15
+ <version>2.0.45 </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.44 </version >
7
+ <version >2.0.45 </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 @@ -17,4 +17,6 @@ public class Leg {
17
17
private String carrierName ;
18
18
private String carrierNo ;
19
19
private ClassType classType ;
20
+ private String departureAirportCode ;
21
+ private String arrivalAirportCode ;
20
22
}
You can’t perform that action at this time.
0 commit comments