🆕 #2637【企业微信】新增微盘获取空间信息的接口

This commit is contained in:
0katekate0
2022-05-10 22:19:12 +08:00
committed by GitHub
parent d6301d3c2e
commit 7e96d6ab0f
7 changed files with 363 additions and 13 deletions

View File

@@ -148,6 +148,9 @@ public interface WxCpApiPathConsts {
String SPACE_CREATE = "/cgi-bin/wedrive/space_create";
String SPACE_RENAME = "/cgi-bin/wedrive/space_rename";
String SPACE_DISMISS = "/cgi-bin/wedrive/space_dismiss";
String SPACE_INFO = "/cgi-bin/wedrive/space_info";
String SPACE_ACL_ADD = "/cgi-bin/wedrive/space_acl_add";
String SPACE_ACL_DEL = "/cgi-bin/wedrive/space_acl_del";
/**
* 审批流程引擎