From bda68a4c87497ffd6f76a15dc6f02cfa04a1fd26 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 13 八月 2025 11:30:52 +0800
Subject: [PATCH] feat: 接口对接
---
types/api.d.ts | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/types/api.d.ts b/types/api.d.ts
index 98ee682..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 {
--
Gitblit v1.9.1