export interface ICheckAuthParamsType { /** 请求的url */ url: string; /** * 参数类型 */ data?: any; }