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
fa862a63
Commit
fa862a63
authored
Feb 08, 2022
by
刘鹏
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_medical_morelogin' into dev_medical
# Conflicts: # m-im/build.gradle
parents
94d2bc0a
e2a38937
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
config.gradle
config.gradle
+2
-0
NimSDKOptionConfig.java
m-im/src/main/java/com/yidianling/im/config/NimSDKOptionConfig.java
+2
-1
No files found.
config.gradle
View file @
fa862a63
...
@@ -11,6 +11,7 @@ ext {
...
@@ -11,6 +11,7 @@ ext {
"m-user"
:
"0.0.61.90"
,
"m-user"
:
"0.0.61.90"
,
"m-user-medical"
:
"0.0.61.94"
,
"m-user-medical"
:
"0.0.61.94"
,
"m-home"
:
"0.0.22.70"
,
"m-home"
:
"0.0.22.70"
,
"m-im-medical"
:
"0.0.20.77"
,
"m-im"
:
"0.0.20.76"
,
"m-im"
:
"0.0.20.76"
,
"m-im-medical"
:
"0.0.20.82"
,
"m-im-medical"
:
"0.0.20.82"
,
"m-dynamic"
:
"0.0.7.28"
,
"m-dynamic"
:
"0.0.7.28"
,
...
@@ -97,6 +98,7 @@ ext {
...
@@ -97,6 +98,7 @@ ext {
"m-user"
:
"0.0.61.90"
,
"m-user"
:
"0.0.61.90"
,
"m-user-medical"
:
"0.0.61.94"
,
"m-user-medical"
:
"0.0.61.94"
,
"m-home"
:
"0.0.22.70"
,
"m-home"
:
"0.0.22.70"
,
"m-im-medical"
:
"0.0.20.77"
,
"m-im"
:
"0.0.20.76"
,
"m-im"
:
"0.0.20.76"
,
"m-im-medical"
:
"0.0.20.82"
,
"m-im-medical"
:
"0.0.20.82"
,
"m-dynamic"
:
"0.0.7.28"
,
"m-dynamic"
:
"0.0.7.28"
,
...
...
m-im/src/main/java/com/yidianling/im/config/NimSDKOptionConfig.java
View file @
fa862a63
...
@@ -39,7 +39,8 @@ class NimSDKOptionConfig {
...
@@ -39,7 +39,8 @@ class NimSDKOptionConfig {
options
.
checkManifestConfig
=
true
;
options
.
checkManifestConfig
=
true
;
}
}
options
.
appKey
=
getIMAppKey
(
configBean
);
options
.
appKey
=
getIMAppKey
(
configBean
);
//多端登录 安卓端:咨询师1 、医疗医生端2、壹点灵心理咨询主包3、壹点灵心理咨询马甲包4、医疗用户端5
options
.
loginCustomTag
=
"5"
;
// 如果将新消息通知提醒托管给SDK完成,需要添加以下配置。
// 如果将新消息通知提醒托管给SDK完成,需要添加以下配置。
initStatusBarNotificationConfig
(
context
,
options
,
activity
);
initStatusBarNotificationConfig
(
context
,
options
,
activity
);
...
...
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