/** * 请求接口 */ export interface ReqMailDelAll { } /** * 返回信息 */ export interface ResMailDelAll { } export const conf = { connet: "ws" }