8000 企微微盘的API更新,所有的接口现在全部都不需要传userId · Issue #3624 · binarywang/WxJava · GitHub
[go: up one dir, main page]

Skip to content
企微微盘的API更新,所有的接口现在全部都不需要传userId #3624
Open
@benben4466

Description

@benben4466

简要描述

企微微盘的创建文件夹API更新,所有的接口现在全部都不需要传userId

模块版本情况

WxJava 模块名: weixin-java-cp
WxJava 版本号:4.7.0

详细描述

我查了企业微信文档。现阶段所有微盘接口都不需要userId入参。我提过一次Issue,解决改掉了一些。但是还不全。
WxCpOaWeDriveService 还有5个接口的入参还没有去掉。我知道怎么改,但是不会贡献代码,希望有会的顺道改了提交。
5个待删除入参的接口:
//解散空间
WxCpBaseResp spaceDismiss(@nonnull String userId, @nonnull String spaceId) throws WxErrorException;
//获取空间信息
WxCpSpaceInfo spaceInfo(@nonnull String userId, @nonnull String spaceId) throws WxErrorException;
//获取邀请链接
WxCpSpaceShare spaceShare(@nonnull String userId, @nonnull String spaceId) throws WxErrorException;
//分享设置
WxCpBaseResp fileSetting(@nonnull String userId, @nonnull String fileId, @nonnull Integer authScope, Integer auth) throws WxErrorException;
//获取分享链接
WxCpFileShare fileShare(@nonnull String userId, @nonnull String fileId) throws WxErrorException;

备注

原文连接:https://gitee.com/binary/weixin-java-tools/issues/IBH1N0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0