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
c28d525c
Commit
c28d525c
authored
Jul 06, 2022
by
刘鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 首次咨询评估引导
情绪训练营专题页 排序中台优化
parent
762b4b7c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
config.gradle
config.gradle
+4
-4
SystemConfigByKeywordBean.java
m-im/src/main/java/com/yidianling/im/bean/SystemConfigByKeywordBean.java
+2
-2
IMChatUtil.kt
m-im/src/main/java/com/yidianling/im/helper/IMChatUtil.kt
+4
-4
No files found.
config.gradle
View file @
c28d525c
...
...
@@ -6,11 +6,11 @@ ext {
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.50.50"
,
"m-consultant"
:
"0.0.60.7
7
"
,
"m-consultant"
:
"0.0.60.7
8
"
,
"m-fm"
:
"0.0.30.09"
,
"m-user"
:
"0.0.62.72"
,
"m-home"
:
"0.0.24.00"
,
"m-im"
:
"0.0.21.6
7
"
,
"m-im"
:
"0.0.21.6
9
"
,
"m-dynamic"
:
"0.0.7.80"
,
"m-article"
:
"0.0.0.10"
,
"m-muse"
:
"0.0.28.87"
,
...
...
@@ -89,11 +89,11 @@ ext {
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.50.50"
,
"m-consultant"
:
"0.0.60.7
7
"
,
"m-consultant"
:
"0.0.60.7
8
"
,
"m-fm"
:
"0.0.30.09"
,
"m-user"
:
"0.0.62.72"
,
"m-home"
:
"0.0.24.00"
,
"m-im"
:
"0.0.21.6
7
"
,
"m-im"
:
"0.0.21.6
9
"
,
"m-dynamic"
:
"0.0.7.80"
,
"m-article"
:
"0.0.0.10"
,
"m-muse"
:
"0.0.28.87"
,
...
...
m-im/src/main/java/com/yidianling/im/bean/SystemConfigByKeywordBean.java
View file @
c28d525c
...
...
@@ -17,9 +17,9 @@ public class SystemConfigByKeywordBean {
* value3 :
*/
public
Lo
ng
value1
;
public
Stri
ng
value1
;
/**
* 0:不弹信息卡,1:弹信息卡
* */
public
Lo
ng
value2
;
public
Stri
ng
value2
;
}
m-im/src/main/java/com/yidianling/im/helper/IMChatUtil.kt
View file @
c28d525c
...
...
@@ -99,9 +99,9 @@ object IMChatUtil {
.
subscribeOn
(
Schedulers
.
io
())
.
observeOn
(
AndroidSchedulers
.
mainThread
())
.
subscribe
{
val
skipTime
=
it
.
value1
val
skipTime
=
it
.
value1
.
toLong
()
//0:不弹信息卡,1:弹信息卡
val
isPopCms
=
it
.
value2
val
isPopCms
=
it
.
value2
.
toLong
()
if
(
SHOW_EMS_POP
!=
isPopCms
||
isJumpToIm
(
skipTime
))
{
// 请求接口获取咨询助理的uid
getImJavaApi
().
getConsultAssistantUidRequest
(
location
,
ffrom2
)
...
...
@@ -194,9 +194,9 @@ object IMChatUtil {
.
observeOn
(
AndroidSchedulers
.
mainThread
())
.
subscribe
{
//请求接口获取 前置信息收集间隔时间
val
skipTime
=
it
.
value1
val
skipTime
=
it
.
value1
.
toLong
()
//0:不弹信息卡,1:弹信息卡
val
isPopCms
=
it
.
value2
val
isPopCms
=
it
.
value2
.
toLong
()
if
(
SHOW_EMS_POP
!=
isPopCms
||
isJumpToIm
(
skipTime
))
{
//时间内已收集过信息,直接跳转到聊天页
...
...
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