|
@ -197,6 +197,11 @@ const CONTENT_TYPES = {
|
|
|
KnowCommonQuestion:3001,//知识库-常见问题
|
|
|
KnowCommonQuestions:3002,//知识库-常见问题集
|
|
|
KnowCommonDict:3003,//知识库-字典
|
|
|
KnowDeptDoctor:3004,//知识库-科室医生
|
|
|
KnowSymptomsDisease:3005,//知识库-疾病症状
|
|
|
KnowSymptomsDiseaseQ:3006,//知识库-疾病症状问题
|
|
|
KnowSymptomsDiseaseA:3007,//知识库-疾病症状回答
|
|
|
KnowCommonCustomer:3008,//知识库-客服欢迎
|
|
|
typeToDescription: function (type, defaultDescription) {
|
|
|
if (CONTENT_TYPES.Image == type) {
|
|
|
return '[图片]';
|