Skip to content

Commit be1f995

Browse files
committed
add:ScopeType add TAOBAO_REBIND
1 parent fa8f431 commit be1f995

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/com/alipay/global/api/model/ams/Installment.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@AllArgsConstructor
1414
public class Installment {
1515

16-
List<SupportCardBrand> supportCardBrands;
16+
private List<SupportCardBrand> supportCardBrands;
1717

18-
List<Plan> plans;
18+
private List<Plan> plans;
1919
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.alipay.global.api.model.ams;
22

33
public enum ScopeType {
4-
BASE_USER_INFO, AGREEMENT_PAY, USER_INFO, USER_LOGIN_ID, HASH_LOGIN_ID, SEND_OTP;
4+
BASE_USER_INFO, AGREEMENT_PAY, USER_INFO, USER_LOGIN_ID, HASH_LOGIN_ID, SEND_OTP, TAOBAO_REBIND;
55
}

0 commit comments

Comments
 (0)