feat:【光环助手】QQ小游戏登录 https://jira.shanqu.cc/browse/GHZSCY-5816

This commit is contained in:
曾祥俊
2024-06-25 17:24:08 +08:00
parent f023a315b9
commit dcff648d37
2 changed files with 4 additions and 2 deletions

View File

@ -72,6 +72,7 @@ android_build:
only:
- dev
- release
- feature-GHZS-5816
# 代码检查
sonarqube_analysis:
@ -153,3 +154,4 @@ oss-upload&send-email:
only:
- dev
- release
- feature-GHZS-5816

View File

@ -48,7 +48,7 @@ internal object QGameHelper {
MiniSDK.setLoginInfo(
context,
AccountInfo(userId, userName, token.toByteArray()),
OpenSdkLoginManager.getOpenSdkLoginInfo(context)
null
)
}