From a9877004f436bb9f53173c1692de345726e0e521 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期五, 20 十二月 2024 17:52:52 +0800
Subject: [PATCH] 优化(题干加东西)

---
 assets/js/middleGround/api/file.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/assets/js/middleGround/api/file.js b/assets/js/middleGround/api/file.js
index 918ae65..4339689 100644
--- a/assets/js/middleGround/api/file.js
+++ b/assets/js/middleGround/api/file.js
@@ -84,6 +84,14 @@
         'md5s': params
       }
     });
+  },
+  // 鍙戦�佷笅杞介偖浠�
+  sendFileWithEmail(data) {
+    return request({
+      url: '/file/api/ApiSendFileWithEmail',
+      method: 'post',
+      data
+    })
   }
 }
 

--
Gitblit v1.9.1