Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link
Open
@benben4466

Description

@benben4466
Issue body actions

简要描述

企微微盘的创建文件夹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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.