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

参考新的开放平台文档,更新接口getPreAuthUrl,增加新的参数auth_type 和 biz_appid #718

Merged
merged 2 commits into from Aug 20, 2018

Conversation

TonyLuo
Copy link

@TonyLuo TonyLuo commented Aug 20, 2018

@binarywang
Copy link
Member

感谢提交,可以看出你提交代码没有格式化,下次请注意,再仔细阅读下贡献指南就好,这次我就先合并自行格式化了。

@binarywang binarywang merged commit 9cdff1d into Wechat-Group:develop Aug 20, 2018
@binarywang
Copy link
Member

还有记得要添加单元测试,否则要如何验证你的代码是经过测试没问题的?

* bizAppid 指定授权唯一的小程序或公众号
* 注:auth_type、biz_appid两个字段互斥。
*/
String getPreAuthUrl(String redirectURI,String authType, String bizAppid) throws WxErrorException;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

逗号风格这么诡异的么

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

因为是在网页上编辑的,所以没有格式化 -_-||

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

网页直接编辑?你这也太专业了吧

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不想直接下载那么多代码到本地,偷了下懒,所以直接在网页上编辑了。给大家添麻烦了......

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.

None yet

3 participants