Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持私有安装版企业微信. #1064

Closed
wants to merge 1 commit into from

Conversation

crazycode
Copy link

项目中有接触到客户部署了私有化部署的企业微信,而WxJava中服务地址 https://qyapi.weixin.qq.com 是固定写死的,导致无法使用WxJava。

产品说明见:https://work.weixin.qq.com/server

为此,对项目做了修改,供您参考。

使用方法:

通过 wxCpConfigStorage.setBaseApiUrl("http://local_server:port"); 设置私有化部署的企业微信服务地址.

默认值是 https://qyapi.weixin.qq.com , 如果使用默认值,则不需要调用 setBaseApiUrl(baseUrl).

通过 wxCpConfigStorage.setBaseApiUrl("http://local_server:port"); 设置私有化部署的企业微信服务地址.

默认值是 https://qyapi.weixin.qq.com , 如果使用默认值,则不需要调用 setBaseApiUrl(baseUrl).
@crazycode
Copy link
Author

@binarywang 您好,合并好了,您再看一下。

@crazycode
Copy link
Author

travis-ci 还是出错,测试代码编译有点问题,您看一下。

@crazycode
Copy link
Author

好象是我写错了,稍等。

@crazycode crazycode closed this Jun 2, 2019
@crazycode crazycode deleted the develop branch June 2, 2019 05:54
@crazycode
Copy link
Author

这个代码对路径处理写错了,请关闭,已经重新提交 #1065

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant