🆕 #2648 【企业微信】增加微盘文件管理部分接口

This commit is contained in:
0katekate0
2022-05-17 09:55:00 +08:00
committed by GitHub
parent b353067ee1
commit 19c311391e
7 changed files with 262 additions and 0 deletions

View File

@@ -155,6 +155,9 @@ public interface WxCpApiPathConsts {
String SPACE_SHARE = "/cgi-bin/wedrive/space_share";
String FILE_LIST = "/cgi-bin/wedrive/file_list";
String FILE_UPLOAD = "/cgi-bin/wedrive/file_upload";
String FILE_DOWNLOAD = "/cgi-bin/wedrive/file_download";
String FILE_RENAME = "/cgi-bin/wedrive/file_rename";
String FILE_CREATE = "/cgi-bin/wedrive/file_create";
/**
* 审批流程引擎