feat:【光环助手】QQ小游戏登录 https://jira.shanqu.cc/browse/GHZSCY-5816
This commit is contained in:
@ -72,6 +72,7 @@ android_build:
|
|||||||
only:
|
only:
|
||||||
- dev
|
- dev
|
||||||
- release
|
- release
|
||||||
|
- feature-GHZS-5816
|
||||||
|
|
||||||
# 代码检查
|
# 代码检查
|
||||||
sonarqube_analysis:
|
sonarqube_analysis:
|
||||||
@ -152,4 +153,5 @@ oss-upload&send-email:
|
|||||||
- /usr/local/bin/python /ci-android-mail-jira-comment.py
|
- /usr/local/bin/python /ci-android-mail-jira-comment.py
|
||||||
only:
|
only:
|
||||||
- dev
|
- dev
|
||||||
- release
|
- release
|
||||||
|
- feature-GHZS-5816
|
||||||
@ -48,7 +48,7 @@ internal object QGameHelper {
|
|||||||
MiniSDK.setLoginInfo(
|
MiniSDK.setLoginInfo(
|
||||||
context,
|
context,
|
||||||
AccountInfo(userId, userName, token.toByteArray()),
|
AccountInfo(userId, userName, token.toByteArray()),
|
||||||
OpenSdkLoginManager.getOpenSdkLoginInfo(context)
|
null
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user