Skip to content

Commit b170373

Browse files
committed
航司场景,风控诉求,新增Leg子字段
1 parent 61f4077 commit b170373

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGE.log

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,6 @@ add AlipayAuthConsultRequest.authMetaData AE企业支付宝代扣集成方案
124124
37、Version:2.0.43
125125
add AlipayVaultingSessionRequest.is3DSAuthentication 哈啰集成绑卡SDK
126126
37、Version:2.0.44
127-
update --- notify
127+
update --- notify
128+
37、Version:2.0.45
129+
update --- Leg 航司场景,风控诉求

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.44</version>
15+
<version>2.0.45</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.44</version>
7+
<version>2.0.45</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/model/ams/Leg.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ public class Leg {
1717
private String carrierName;
1818
private String carrierNo;
1919
private ClassType classType;
20+
private String departureAirportCode;
21+
private String arrivalAirportCode;
2022
}

0 commit comments

Comments
 (0)