yiming
2024-03-28 5d70c2d38f12437afedc1c978269d29689ff0c2e
assets/js/middleGround/api/file.js
@@ -84,6 +84,14 @@
        'md5s': params
      }
    });
  },
  // 发送下载邮件
  sendFileWithEmail(data) {
    return request({
      url: '/file/api/ApiSendFileWithEmail',
      method: 'post',
      data
    })
  }
}