From 06c6ff19cf33a902ec66529629f6171d699776ce Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 25 九月 2025 17:00:26 +0800
Subject: [PATCH] feat: 日志

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

diff --git a/src/constants/apiEnum.ts b/src/constants/apiEnum.ts
index 0688d08..3407d01 100644
--- a/src/constants/apiEnum.ts
+++ b/src/constants/apiEnum.ts
@@ -107,6 +107,10 @@
 export enum EnumEnterpriseWalletAccess {
   /**鏀粯瀹� */
   Alipay = 10,
+  /**骞冲畨閾惰 */
+  PingAnPay = 20,
+  /**寰俊 */
+  WeChatPay = 30,
 }
 
 /** 浼佷笟閽卞寘浠h繘浠跺崟闄勪欢绫诲瀷 */
@@ -417,6 +421,10 @@
   InProcess = 20,
   /**宸茬粨绠� */
   Completed = 30,
+  /**閮ㄥ垎缁撶畻 */
+  Part = 40,
+  /**缁撶畻澶辫触 */
+  Fail = 50,
 }
 
 /** 浠诲姟瀹夋帓鐘舵�� */
@@ -467,6 +475,16 @@
   Success = 30,
   /**楠屾敹鏈�氳繃 */
   Fail = 40,
+}
+
+/** 鐢ㄦ埛閾惰鍗¢�氶亾 */
+export enum EnumUserBankCardAccess {
+  /**閾惰鍗� */
+  Bank = 1,
+  /**鏀粯瀹� */
+  AliPay = 10,
+  /**寰俊 */
+  WeChatPay = 20,
 }
 
 /** 鐢ㄦ埛鎬у埆 */
@@ -566,3 +584,11 @@
   /**宸插畬鎴� */
   Completed = 20,
 }
+
+/** 缁撶畻鍒拌处鐘舵�� */
+export enum SettlementReceiveStatus {
+  /**宸插埌璐� */
+  Completed = 10,
+  /**宸查��娆� */
+  Refunded = 20,
+}

--
Gitblit v1.9.1