File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
src/main/java/com/alipay/global/api/request/ams/auth Expand file tree Collapse file tree 3 files changed +3
-2
lines changed 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.34 </version>
15
+ <version>2.0.35 </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.34 </version >
7
+ <version >2.0.35 </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 @@ -24,6 +24,7 @@ public class AlipayAuthConsultRequest extends AlipayRequest<AlipayAuthConsultRes
24
24
private String osVersion ;
25
25
private String extendInfo ;
26
26
private String merchantRegion ;
27
+ private Boolean recurringPayment ;
27
28
28
29
public AlipayAuthConsultRequest () {
29
30
this .setPath (AntomPathConstants .AUTH_CONSULT_PATH );
You can’t perform that action at this time.
0 commit comments