Files
xk-client-wx/common/messageType.js
2024-09-19 12:51:35 +08:00

12 lines
300 B
JavaScript

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