// 定义请求参数 export interface ReqgetCodeMa { id: string } // 定义返回字段 export interface ResgetCodeMa { order10Back:any } export const conf = { connet: "admin" }