We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb54773 commit d94e954Copy full SHA for d94e954
CHANGELOG.md
@@ -0,0 +1,15 @@
1
+# Changelog
2
+
3
4
+## 1.3.2 - 2024-09-04
5
+* [#13](https://github.com/alipay/global-open-sdk-php/pull/13) update readme
6
+ * Add TAOBAO_REBIND
7
+ * Add ChangeLog
8
9
+## 1.3.0 - 2024-09-04
10
+* [#12](https://github.com/alipay/global-open-sdk-php/pull/12) update add namespace
11
12
13
+## 1.0.0 - 2020-09-04
14
+* Init object library
15
model/ScopeType.php
@@ -9,5 +9,5 @@ class ScopeType{
const USER_LOGIN_ID = "USER_LOGIN_ID";
const HASH_LOGIN_ID = "HASH_LOGIN_ID";
const SEND_OTP = "SEND_OTP";
-
+ const TAOBAO_REBIND = "TAOBAO_REBIND";
}
0 commit comments