From 676578f3be736ef109d1c8a15da265a62c66ba04 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期二, 12 八月 2025 13:13:23 +0800 Subject: [PATCH] feat: 接口对接 --- types/api.d.ts | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/types/api.d.ts b/types/api.d.ts index ac80dc0..cd91077 100644 --- a/types/api.d.ts +++ b/types/api.d.ts @@ -4,6 +4,14 @@ showLoading?: boolean; mock?: boolean; customErrorHandler?: (error: any) => boolean; + /** + * 鏄惁鑾峰彇鍘熷鐨凙xiosResponse + */ + getResponse?: boolean; + /** + * 璺宠繃榛樿閿欒澶勭悊 + */ + skipErrorHandler?: boolean; } interface MyCertificationAuditDto { @@ -49,4 +57,8 @@ id?: string quickQuery?: string } + + interface GetTaskInfoQueryResult{ + enterpriseName?:string + } } -- Gitblit v1.9.1