<<<<<<< Updated upstream /** * 请求邮件信息 */ ======= // 定义请求参数 >>>>>>> Stashed changes export interface ReqMailInfo { } <<<<<<< Updated upstream /** * 返回邮件信息列表 */ ======= // 定义返回字段 >>>>>>> Stashed changes export interface ResMailInfo { [id:string]:MailInfo } export interface MailInfo { id: string title: string //标题 content: string //内容 items: number[][] //道具列表 fts: number //发送时间 rts: number //读取时间 ets: number //过期时间 dts: number //删除时间 } export const conf = { connet: "ws" }