export interface APIError { /** * 错误信息 */ errMsg: string; }