From 0f9f58798cb5df9e99e60fed882b73224313915d Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期三, 08 一月 2025 16:24:38 +0800 Subject: [PATCH] shiti --- 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