From dc19fdf86993b2ddeb6b92e2561cb01176ded889 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期三, 16 七月 2025 23:12:58 +0800
Subject: [PATCH] 量表优化(通过查询嵌套的关系进行判断)

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

diff --git a/assets/js/middleGround/api/file.js b/assets/js/middleGround/api/file.js
index 918ae65..cbc691d 100644
--- a/assets/js/middleGround/api/file.js
+++ b/assets/js/middleGround/api/file.js
@@ -84,6 +84,23 @@
         'md5s': params
       }
     });
+  },
+  // 鍙戦�佷笅杞介偖浠�
+  sendFileWithEmail(data) {
+    return request({
+      url: '/file/api/ApiSendFileWithEmail',
+      method: 'post',
+      data
+    })
+  },
+
+  // 妫�鏌msItem 鏉冮檺
+  checkCmsItem(data) {
+    return request({
+      url: '/file/api/ApiCheckCmsItemAccessRights',
+      method: 'post',
+      data
+    })
   }
 }
 

--
Gitblit v1.9.1