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 a6d9c80 commit 0ef3103Copy full SHA for 0ef3103
1 file changed
common/src/main/java/com/ligg/common/constants/Constants.java
@@ -56,12 +56,12 @@ public class Constants {
56
public static final String MOBILE_CALLBACK_URL = "flow://auth/callback";
57
58
/**
59
- * 移动端 OAuth 深链回调中标识授权意图的 query 参数名。
+ * 深链回调中标识授权意图的 query 参数名。
60
*/
61
public static final String OAUTH_CALLBACK_PURPOSE_PARAM = "purpose";
62
63
64
- * 移动端 OAuth 深链回调中「绑定 Bangumi」的 purpose 取值,需与客户端 oauthBindPurposeQueryValue 一致。
+ * 移动端 OAuth 深链回调中「绑定 Bangumi」的 purpose 取值
65
66
public static final String OAUTH_CALLBACK_PURPOSE_BIND = "bind";
67
0 commit comments