// 定义请求参数 export interface ReqhuodongFind { key?: string hdcid?: string } // 定义返回字段 export interface ReshuodongFind { order10Back: any } export const conf = { connet: "admin" }