/** * 附件 * * 请注意类型为Audio的的url是dataurl的! */ export interface AttachmentBase { name: string; type: string; url?: string; }