/** * 处理接口返回附件的情况 */ declare const attachmentAdpator: (response: any) => any; export default attachmentAdpator;