闫增涛
2025-03-27 96b0b8bb1597d825004f5a8da0728c48b6ce7dba
assets/js/middleGround/api/file.js
@@ -84,6 +84,14 @@
        'md5s': params
      }
    });
  },
  // 发送下载邮件
  sendFileWithEmail(data) {
    return request({
      url: '/file/api/ApiSendFileWithEmail',
      method: 'post',
      data
    })
  }
}