Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
53b44f0a
Commit
53b44f0a
authored
Apr 13, 2022
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:升级组件
parent
1403a9b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
config.gradle
config.gradle
+2
-2
OneKeyLoginHelp.kt
m-user/src/main/java/com/yidianling/user/ui/login/OneKeyLoginHelp.kt
+1
-1
No files found.
config.gradle
View file @
53b44f0a
...
...
@@ -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.6
1.99
"
,
"m-user"
:
"0.0.6
2.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.6
1.99
"
,
"m-user"
:
"0.0.6
2.00
"
,
"m-home"
:
"0.0.22.93"
,
"m-im"
:
"0.0.21.18"
,
"m-dynamic"
:
"0.0.7.35"
,
...
...
m-user/src/main/java/com/yidianling/user/ui/login/OneKeyLoginHelp.kt
View file @
53b44f0a
...
...
@@ -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
)
{
//第一次登录:是注册
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment