import { HcInfoGeziInfo } from "./PtlHcInfo"; // 定义请求参数 export interface ReqHcMerge { gzid1:string; gzid2:string; } // 定义返回字段 export interface ResHcMerge { [gzid: string]: HcInfoGeziInfo; } export const conf = { connet: "ws" }