// 定义请求参数 export interface RequpdateQuFu { sid: string; param: { [key: string]: any }; } // 定义返回字段 export interface ResupdateQuFu { order10Back:any } export const conf = { connet: "admin" }