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