// 定义请求参数 export interface ReqLogin { pid:string; //包ID param:string[]; //参数 } // 定义返回字段 export interface ResLogin { openId:string token:string } export const conf = { connet: "http" }