Skip to content

Commit 0ef3103

Browse files
authored
Update Constants.java
1 parent a6d9c80 commit 0ef3103

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

common/src/main/java/com/ligg/common/constants/Constants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ public class Constants {
5656
public static final String MOBILE_CALLBACK_URL = "flow://auth/callback";
5757

5858
/**
59-
* 移动端 OAuth 深链回调中标识授权意图的 query 参数名。
59+
* 深链回调中标识授权意图的 query 参数名。
6060
*/
6161
public static final String OAUTH_CALLBACK_PURPOSE_PARAM = "purpose";
6262

6363
/**
64-
* 移动端 OAuth 深链回调中「绑定 Bangumi」的 purpose 取值,需与客户端 oauthBindPurposeQueryValue 一致。
64+
* 移动端 OAuth 深链回调中「绑定 Bangumi」的 purpose 取值
6565
*/
6666
public static final String OAUTH_CALLBACK_PURPOSE_BIND = "bind";
6767

0 commit comments

Comments
 (0)