Skip to content

Commit 9b74f83

Browse files
authored
Merge pull request #19 from alipay/feature-241126
update Leg,航司场景,风控诉求
2 parents 927321a + 2c1abd9 commit 9b74f83

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.3.7 - 2024-11-25
4+
* [#19](https://github.com/alipay/global-open-sdk-php/pull/19) feature-241125
5+
- update Leg
6+
37
## 1.3.6 - 2024-11-20
48
* [#18](https://github.com/alipay/global-open-sdk-php/pull/18) feature-update-version
59
- Compatible with lower versions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
```
22
Language:PHP
33
PHP version:5.6.40+
4-
Releass ^1.3.6
4+
Releass ^1.3.7
55
Copyright:Ant financial services group
66
```
77

model/Leg.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ class Leg
1010
public $arrivalAddress;
1111
public $carrierName;
1212
public $carrierNo;
13-
1413
public $classType;
14+
15+
public $departureAirportCode;
16+
public $arrivalAirportCode;
1517
}

0 commit comments

Comments
 (0)