File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
src/main/java/com/alipay/global/api Expand file tree Collapse file tree 4 files changed +6
-3
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.32 </version>
15
+ <version>2.0.34 </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.32 </version >
7
+ <version >2.0.34 </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 @@ -13,5 +13,6 @@ public class PspCustomerInfo {
13
13
private String pspName ;
14
14
private String pspCustomerId ;
15
15
private String displayCustomerId ;
16
-
16
+ private String displayCustomerName ;
17
+ private String customer2088Id ;
17
18
}
Original file line number Diff line number Diff line change 1
1
package com .alipay .global .api .response .ams .auth ;
2
2
3
+ import com .alipay .global .api .model .ams .PspCustomerInfo ;
3
4
import com .alipay .global .api .response .AlipayResponse ;
4
5
import lombok .Data ;
5
6
import lombok .EqualsAndHashCode ;
@@ -14,5 +15,6 @@ public class AlipayAuthApplyTokenResponse extends AlipayResponse {
14
15
private String refreshTokenExpiryTime ;
15
16
private String extendInfo ;
16
17
private String userLoginId ;
18
+ private PspCustomerInfo pspCustomerInfo ;
17
19
18
20
}
You can’t perform that action at this time.
0 commit comments