File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+
4
+ ## 1.3.2 - 2024-09-04
5
+ * [ #13 ] ( https://github.com/alipay/global-open-sdk-python/pull/13 ) add: ScopeType add TAOBAO_REBIND
6
+ * Add TAOBAO_REBIND
7
+ * Add ChangeLog
8
+
9
+ ## 1.3.0 - 2024-08-27
10
+ * [ #12 ] ( https://github.com/alipay/global-open-sdk-python/pull/12 ) add: PspCustomerInfo add extendInfo
11
+ * Add extendInfo
12
+
13
+ ## 1.3.0 - 2024-08-04
14
+ * [ #8 ] ( https://github.com/alipay/global-open-sdk-python/pull/8 ) Feature align doc fields
15
+ * add:pay+auth+declare+subscription
16
+
17
+ ## 1.0.0 - 2020-09-04
18
+ * Init object library
19
+
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ class ScopeType(Enum):
11
11
USER_LOGIN_ID = "USER_LOGIN_ID"
12
12
HASH_LOGIN_ID = "HASH_LOGIN_ID"
13
13
SEND_OTP = "SEND_OTP"
14
+ TAOBAO_REBIND = "TAOBAO_REBIND"
14
15
15
16
def to_ams_dict (self ):
16
17
return self .name
You can’t perform that action at this time.
0 commit comments