/** * 请求接口 */ export interface ReqMailRwdOne { id:string //邮件ID } /** * 返回信息 */ export interface ResMailRwdOne { [id:string]:{ rts:number //领取时间 } } export const conf = { connet: "ws" }