We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
1、 获取授权方选项信息 请求地址已经变化 API_GET_AUTHORIZER_OPTION_URL 由/cgi-bin/component/api_get_authorizer_option 变化为 /cgi-bin/component/get_authorizer_option 文档地址:https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/authorization-management/getAuthorizerOptionInfo.html 2、设置授权方选项信息 请求地址已经变化 API_SET_AUTHORIZER_OPTION_URL 由 /cgi-bin/component/api_set_authorizer_option变化为/cgi-bin/component/set_authorizer_option 文档地址:https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/authorization-management/setAuthorizerOptionInfo.html
WxJava
目前仅发现这两个
The text was updated successfully, but these errors were encountered:
欢迎直接提交PR修复代码,谢谢
Sorry, something went wrong.
🎨 binarywang#3270【开放平台】同步官方获取授权方选项信息、设置授权方选项信息接口地址
d2b37eb
GET_AUTHORIZER_OPTION_URL&SET_AUTHORIZER_OPTION_URL
d6a274b
修改调用方法
🎨 #3270【开放平台】修改获取授权方选项信息、设置授权方选项信息接口的地址
222882d
Successfully merging a pull request may close this issue.
简要描述
1、 获取授权方选项信息 请求地址已经变化 API_GET_AUTHORIZER_OPTION_URL 由/cgi-bin/component/api_get_authorizer_option 变化为
/cgi-bin/component/get_authorizer_option
文档地址:https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/authorization-management/getAuthorizerOptionInfo.html
2、设置授权方选项信息 请求地址已经变化 API_SET_AUTHORIZER_OPTION_URL 由 /cgi-bin/component/api_set_authorizer_option变化为/cgi-bin/component/set_authorizer_option
文档地址:https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/authorization-management/setAuthorizerOptionInfo.html
模块版本情况
WxJava
模块名: weixin-java-openWxJava
版本号:4.6.1.B详细描述
目前仅发现这两个
日志
The text was updated successfully, but these errors were encountered: