Commit 27252586 by 霍志良

feat:隐藏80 的消息

parent ab9181cb
......@@ -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 确认订单消息
......
......@@ -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;//首问语
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment