From ce7ff0effee22807c8d29a31d6f5f2713d3bf95c Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 11 九月 2025 17:39:51 +0800
Subject: [PATCH] Merge branch 'master' into dev-v1.1

---
 src/constants/apiEnum.ts |   44 ++++++++++++++++++++++++++------------------
 1 files changed, 26 insertions(+), 18 deletions(-)

diff --git a/src/constants/apiEnum.ts b/src/constants/apiEnum.ts
index efed8bd..f9a35bd 100644
--- a/src/constants/apiEnum.ts
+++ b/src/constants/apiEnum.ts
@@ -167,22 +167,6 @@
   Stop = 999,
 }
 
-/** 浼佷笟閽卞寘浜ゆ槗鐘舵�� */
-export enum EnumEnterpriseWalletTransactionStatus {
-  /**寰呮彁浜� */
-  WaitSubmit = 1,
-  /**寰呮敮浠� */
-  WaitPay = 10,
-  /**澶勭悊涓� */
-  Dealing = 20,
-  /**鎴愬姛 */
-  Success = 30,
-  /**閫�绁� */
-  Refund = 40,
-  /**澶辫触 */
-  Fail = 50,
-}
-
 /** 浼佷笟閽卞寘浜ゆ槗绫诲瀷 */
 export enum EnumEnterpriseWalletTransactionType {
   /**鍏呭�� */
@@ -275,9 +259,9 @@
 export enum EnumPersonalUserRealStatus {
   /**鏈疄鍚� */
   UnReal = 0,
-  /**鏍¢獙涓� */
+  /**璁よ瘉涓� */
   Checking = 10,
-  /**瀹炲悕澶辫触 */
+  /**璁よ瘉澶辫触 */
   Fail = 99,
   /**宸插疄鍚� */
   Real = 100,
@@ -511,6 +495,30 @@
   Operation = 100,
 }
 
+/** 鐢ㄦ埛閽卞寘鏀舵敮绫诲瀷 */
+export enum EnumUserWalletTransactionType {
+  /**鏀跺叆 */
+  Income = 10,
+  /**鎻愮幇 */
+  Withdraw = 20,
+}
+
+/** 閽卞寘浜ゆ槗鐘舵�� */
+export enum EnumWalletTransactionStatus {
+  /**寰呮彁浜� */
+  WaitSubmit = 1,
+  /**寰呮敮浠� */
+  WaitPay = 10,
+  /**澶勭悊涓� */
+  Dealing = 20,
+  /**鎴愬姛 */
+  Success = 30,
+  /**閫�绁� */
+  Refund = 40,
+  /**澶辫触 */
+  Fail = 50,
+}
+
 /** 鎴戠殑鎶ュ悕鍒嗛〉鍒楄〃-鐘舵�� */
 export enum GetPersonalApplyTaskInfosQueryStatus {
   /**寰呯‘璁� */

--
Gitblit v1.9.1