Files
xk-doctor-wx/common/messageType.js
2024-09-19 12:57:55 +08:00

14 lines
360 B
JavaScript

export const messageType = {
"desc": '病情描述信息',
"text_a": '基本健康信息',
"images": '图片信息',
"record": "就诊记录",
"system": "系统信息",
"end": "系统信息",
"text": "文本信息",
"voice": "语音信息",
"img": "图片信息",
"video": "视频信息",
"doctorCcard":'[医生名片]',
"prescription":'[处方]'
}