Skip to content

Commit bd1b1e9

Browse files
authored
Merge pull request #13 from alipay/feature-update-enum
add:ScopeType add TAOBAO_REBIND
2 parents a5a4607 + b96d754 commit bd1b1e9

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+

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)