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
4d43b18f
Commit
4d43b18f
authored
Nov 20, 2019
by
洪国微
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
ssh://gitlab.yidianling.com:2224/app_android_lib/YDL-Component
into dev
parents
9aa7590e
a4f7758f
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
LoginUtils.kt
m-user/src/main/java/com/yidianling/user/LoginUtils.kt
+1
-1
No files found.
config.gradle
View file @
4d43b18f
...
...
@@ -47,8 +47,8 @@ ext {
"m-course"
:
"0.0.16"
,
"m-fm"
:
"0.0.14"
,
"m-muse"
:
"0.0.11"
,
"m-tests"
:
"0.0.
7
"
,
"m-user"
:
"0.0.
28
"
,
"m-tests"
:
"0.0.
9
"
,
"m-user"
:
"0.0.
30
"
,
//-------------- 业务模块 API 层 --------------
"m-audioim-api"
:
"0.0.1"
,
...
...
m-user/src/main/java/com/yidianling/user/LoginUtils.kt
View file @
4d43b18f
...
...
@@ -32,7 +32,7 @@ object LoginUtils {
//设置异常用户ID
CrashReport
.
setUserId
(
userInfo
?.
uid
)
//登录IM聊天
//
loginIm(userInfo)
loginIm
(
userInfo
)
//设置极光注册id
LoginHelper
.
setChannelId
()
val
loginEvent
=
UserLoginEvent
(
"login"
,
userInfo
?.
uid
!!
)
...
...
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