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
27252586
Commit
27252586
authored
Jul 10, 2021
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:隐藏80 的消息
parent
ab9181cb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
CustomAttachParser.java
m-im/src/main/java/com/yidianling/im/session/extension/CustomAttachParser.java
+1
-0
CustomAttachmentType.java
m-im/src/main/java/com/yidianling/im/session/extension/CustomAttachmentType.java
+1
-0
No files found.
m-im/src/main/java/com/yidianling/im/session/extension/CustomAttachParser.java
View file @
27252586
...
...
@@ -138,6 +138,7 @@ public class CustomAttachParser implements MsgAttachmentParser {
case
CustomAttachmentType
.
TYPE_FILTER_61
:
case
CustomAttachmentType
.
TYPE_FILTER_70
:
case
CustomAttachmentType
.
TYPE_FILTER_71
:
case
CustomAttachmentType
.
TYPE_FILTER_80
:
attachment
=
new
CustomAttachmentFilter
();
break
;
case
CustomAttachmentType
.
TYPE_CONFIRM_ORDER
:
//38 确认订单消息
...
...
m-im/src/main/java/com/yidianling/im/session/extension/CustomAttachmentType.java
View file @
27252586
...
...
@@ -47,6 +47,7 @@ public interface CustomAttachmentType {
int
TYPE_FILTER_61
=
61
;
int
TYPE_FILTER_70
=
70
;
int
TYPE_FILTER_71
=
71
;
int
TYPE_FILTER_80
=
80
;
//隐藏80的消息
//灵犀2.0问诊数据
int
TYPE_LINGXI_FIRST_QUESTION
=
50
;
//首问语
...
...
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