Skip to content

Commit 05cc052

Browse files
committed
add:ScopeType add TAOBAO_REBIND
1 parent a5a4607 commit 05cc052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

com/alipay/ams/api/model/scope_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class ScopeType(Enum):
1111
USER_LOGIN_ID = "USER_LOGIN_ID"
1212
HASH_LOGIN_ID = "HASH_LOGIN_ID"
1313
SEND_OTP = "SEND_OTP"
14+
TAOBAO_REBIND = "TAOBAO_REBIND"
1415

1516
def to_ams_dict(self):
1617
return self.name

0 commit comments

Comments
 (0)