File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
src/main/java/com/alipay/global/api/model/ams Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -116,4 +116,6 @@ add:ScopeType add TAOBAO_REBIND
116
116
34、Version:2.0.40
117
117
update:alipayPayRequest
118
118
add:payments/syncArrear
119
- add:payments/createDeviceCertificate
119
+ add:payments/createDeviceCertificate
120
+ 35、Version:2.0.41
121
+ add:Boolean request.order.needDeclaration
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.39 </version>
15
+ <version>2.0.41 </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.40 </version >
7
+ <version >2.0.41 </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 @@ -26,5 +26,6 @@ public class Order {
26
26
private Transit transit ;
27
27
private Lodging lodging ;
28
28
private Gaming gaming ;
29
+ private Boolean needDeclaration ;
29
30
30
31
}
You can’t perform that action at this time.
0 commit comments