zhongshujie
15 小时以前 e2bf73079051769b7b7cdc9627fc32ce64226144
assets/js/middleGround/api/file.js
@@ -84,6 +84,22 @@
        'md5s': params
      }
    });
  },
  // 发送下载邮件
  sendFileWithEmail(data) {
    return request({
      url: '/file/api/ApiSendFileWithEmail',
      method: 'post',
      data
    })
  },
  // 检查CmsItem 权限
  checkCmsItem(data) {
    return request({
      url: '/file/api/ApiCheckCmsItemAccessRights',
      method: 'post',
      data
    })
  }
}