|  |  |  | 
|---|
|  |  |  | showLoading?: boolean; | 
|---|
|  |  |  | mock?: boolean; | 
|---|
|  |  |  | customErrorHandler?: (error: any) => boolean; | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 是否获取原始的AxiosResponse | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | getResponse?: boolean; | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 跳过默认错误处理 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | skipErrorHandler?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface MyCertificationAuditDto { | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | frontStatus?: number | 
|---|
|  |  |  | } | 
|---|
|  |  |  | interface UserInfoV2 { | 
|---|
|  |  |  | interface GetEnterpriseLoginInfoQueryResult { | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 前端用于判断状态的status | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | frontStatus?: number | 
|---|
|  |  |  | /**接口返回的原始头像 */ | 
|---|
|  |  |  | originalAvatarUrl?: string | 
|---|
|  |  |  | originalAvatar?: string | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalLoginInfoQueryResult { | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 前端用于判断状态的status | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | frontStatus?: number | 
|---|
|  |  |  | /**接口返回的原始头像 */ | 
|---|
|  |  |  | originalAvatar?: string | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SelectQueryResultOptionGuidGetDictionaryCategorySelectQueryOptionMap{ | 
|---|
|  |  |  | 
|---|
|  |  |  | id?: string | 
|---|
|  |  |  | quickQuery?: string | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetTaskInfoQueryResult{ | 
|---|
|  |  |  | enterpriseName?:string | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface IntroInfo { | 
|---|
|  |  |  | /** 类型:0为文本,1为图片,2为视频;默认为文本 */ | 
|---|
|  |  |  | type?: number; | 
|---|
|  |  |  | /** 摘要 */ | 
|---|
|  |  |  | contentSummary?: string; | 
|---|
|  |  |  | /** 文本内容 */ | 
|---|
|  |  |  | content?: string; | 
|---|
|  |  |  | /** 图片/视频路径 */ | 
|---|
|  |  |  | path?: string; | 
|---|
|  |  |  | /** 排序 */ | 
|---|
|  |  |  | sequence?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|