Commit 83595157 by 霍志良

feat:im-灵犀2.0-测评题60显示

parent 8d8537b8
......@@ -33,6 +33,7 @@ public class CustomAttachParser implements MsgAttachmentParser {
// attachment = new RTSAttachment();
break;
case CustomAttachmentType.TEST:
case CustomAttachmentType.TYPE_LINGXI_TEST_QUESTION:
attachment = new CustomAttachmentTest();
break;
case CustomAttachmentType.EVALUATE:
......
......@@ -46,6 +46,7 @@ public interface CustomAttachmentType {
//灵犀2.0问诊数据
int TYPE_LINGXI_WHICH_QUESTION=55;//试卷消息
int TYPE_LINGXI_ANSWER_QUESTION=56;//回答消息
int TYPE_LINGXI_TEST_QUESTION=60;//测评结果
}
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