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