mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #2637【企业微信】新增微盘获取空间信息的接口
This commit is contained in:
@@ -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";
|
||||
|
||||
/**
|
||||
* 审批流程引擎
|
||||
|
||||
Reference in New Issue
Block a user