From f483f159e98b867bd961134e8ff0053400929cc8 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 06 十一月 2025 18:23:47 +0800
Subject: [PATCH] feat: 接口

---
 src/services/api/typings.d.ts |   45 +++++++++++++++++++++++++++++++--------------
 1 files changed, 31 insertions(+), 14 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 84d7ab8..2a4d330 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -573,6 +573,7 @@
     remark?: string;
     /** 缁撶畻閲戦 */
     settlementAmount?: number;
+    checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
     checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
   }
 
@@ -1325,9 +1326,9 @@
     WaitSubmit = 10,
     /**寰呴獙鏀� */
     WaitCheckReceive = 20,
-    /**楠屾敹閫氳繃/宸茬鍒� */
+    /**楠屾敹閫氳繃 */
     Success = 30,
-    /**楠屾敹鏈�氳繃/鏈埌宀� */
+    /**楠屾敹鏈�氳繃 */
     Fail = 40,
   }
 
@@ -3955,7 +3956,8 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -4012,7 +4014,8 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -4312,6 +4315,8 @@
   interface GetCooperationWalletRechargeTransactionQueryResult {
     /** 浜ゆ槗Id */
     id?: string;
+    /** 鍚堜綔Id */
+    cooperationId?: string;
     /** 杩涜处鍗曚綅 */
     receiveUnit?: string;
     /** 寮�鎴峰悕绉� */
@@ -4326,6 +4331,8 @@
     amount?: number;
     /** 鍏呭�兼椂闂� */
     createdTime?: string;
+    /** 澶囨敞 */
+    remark?: string;
     transactionStatus?: EnumEnterpriseCooperationWalletTransactionStatus;
     /** 鍑瘉 */
     files?: string[];
@@ -4334,6 +4341,8 @@
   interface GetCooperationWalletRechargeTransactionsQuery {
     /** 鍚堜綔Id */
     cooperationId?: string;
+    /** 鍏抽敭瀛� */
+    keywords?: string;
     pageModel?: PagedListQueryPageModel;
   }
 
@@ -4346,6 +4355,8 @@
   interface GetCooperationWalletRechargeTransactionsQueryResultItem {
     /** 浜ゆ槗Id */
     id?: string;
+    /** 閽卞寘Id */
+    walletId?: string;
     /** 渚涘簲鍟咺d */
     supplierEnterpriseId?: string;
     /** 渚涘簲鍟嗗悕绉� */
@@ -4776,6 +4787,8 @@
     gender?: EnumUserGender;
     /** 浼佷笟鍏ㄧО */
     enterpriseName?: string;
+    /** 浼佷笟鏄惁瀹炲悕 */
+    enterpriseIsReal?: boolean;
     /** 瑙掕壊 */
     roles?: string[];
     /** 鏄惁瀹炲悕 */
@@ -5605,7 +5618,8 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -5661,7 +5675,8 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -5710,7 +5725,8 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -5744,10 +5760,6 @@
   interface GetPersonalLoginInfoQueryResult {
     /** Id */
     id?: string;
-    /** 浼佷笟Id */
-    enterpriseId?: string;
-    /** 浼佷笟鍚嶇О */
-    enterpriseName?: string;
     /** 澶村儚 */
     avatar?: string;
     /** 濮撳悕 */
@@ -6753,7 +6765,8 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -6899,7 +6912,8 @@
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
     applyStatus?: EnumTaskApplyStatus;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -8234,7 +8248,8 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -8593,6 +8608,8 @@
   }
 
   interface SureRechargeCooperationWalletCommand {
+    /** 鍚堜綔Id */
+    cooperationId?: string;
     /** 浜ゆ槗Id */
     id?: string;
     transactionStatus?: EnumEnterpriseCooperationWalletTransactionStatus;

--
Gitblit v1.9.1