mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #2624【企业微信】增加微盘重命名以及解散空间的接口
This commit is contained in:
@@ -146,6 +146,8 @@ public interface WxCpApiPathConsts {
|
||||
* https://developer.work.weixin.qq.com/document/path/93654
|
||||
*/
|
||||
String SPACE_CREATE = "/cgi-bin/wedrive/space_create";
|
||||
String SPACE_RENAME = "/cgi-bin/wedrive/space_rename";
|
||||
String SPACE_DISMISS = "/cgi-bin/wedrive/space_dismiss";
|
||||
|
||||
/**
|
||||
* 审批流程引擎
|
||||
|
||||
Reference in New Issue
Block a user