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