Commit 53b44f0a by 霍志良

feat:升级组件

parent 1403a9b3
......@@ -8,7 +8,7 @@ ext {
"m-confide" : "0.0.49.53",
"m-consultant" : "0.0.60.11",
"m-fm" : "0.0.30.04",
"m-user" : "0.0.61.99",
"m-user" : "0.0.62.00",
"m-home" : "0.0.22.93",
"m-im" : "0.0.21.18",
"m-dynamic" : "0.0.7.35",
......@@ -92,7 +92,7 @@ ext {
"m-confide" : "0.0.49.52",
"m-consultant" : "0.0.60.11",
"m-fm" : "0.0.30.07",
"m-user" : "0.0.61.99",
"m-user" : "0.0.62.00",
"m-home" : "0.0.22.93",
"m-im" : "0.0.21.18",
"m-dynamic" : "0.0.7.35",
......
......@@ -437,7 +437,7 @@ object OneKeyLoginHelp {
.subscribe({
if (it.code == 200) {
AliYunRichLogsHelper.getInstance()
.sendRichLog(AliYunLogConfig.LOGIN, "一键登录成功")
.sendRichLog(AliYunLogConfig.LOGIN, "一键登录成功uid:"+it.data.uid+"firstLogin:"+it.data.firstLogin)
ToastUtil.toastShort("登录成功")
saveUserData(it.data)
if (it.data.firstLogin == 1) {//第一次登录:是注册
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment