From 871e3c6fd36e50ea8977979a52eba2ad7e89c774 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 02 十二月 2025 15:00:11 +0800
Subject: [PATCH] fix: s

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

diff --git a/src/constants/apiEnum.ts b/src/constants/apiEnum.ts
index c684e71..3fc61b0 100644
--- a/src/constants/apiEnum.ts
+++ b/src/constants/apiEnum.ts
@@ -101,6 +101,14 @@
   Face = 20,
 }
 
+/** 鏈嶅姟璐规敹鍙栨柟寮� */
+export enum EnumEnterpriseCooperationServiceFeeCollectType {
+  /**鎸夋瘮渚� */
+  Rate = 10,
+  /**鍗曚汉鍗曟 */
+  SingleTime = 20,
+}
+
 /** 绛剧害鐘舵�� */
 export enum EnumEnterpriseCooperationSignStatus {
   /**鏈绾� */
@@ -447,8 +455,10 @@
   UserServerEnterpriseEmployee = 23,
   /**鐢靛瓙绛� */
   ElectronSignServerElectronSign = 24,
-  /**鐢靛瓙绛� */
+  /**鐭俊 */
   ToolServerSms = 25,
+  /**灏忕▼搴� */
+  ToolServerWxmp = 26,
 }
 
 /** 璧勬簮璇锋眰鏂瑰紡 */
@@ -629,6 +639,8 @@
   Pass = 20,
   /**宸茶阿缁� */
   Refuse = 30,
+  /**宸插彇娑� */
+  Cancel = 40,
 }
 
 /** 浠诲姟鐢ㄦ埛绛剧害鐘舵�� */

--
Gitblit v1.9.1