-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
小程序码接口:getwxacodeunlimit,与官网比缺少两个参数 #2386
Comments
binarywang
pushed a commit
that referenced
this issue
Dec 5, 2021
me too! |
其实都可以自己动手PR了 |
env_version 参数在最新版本已添加 |
最新版发布了吗?tag 是多少? |
4.2.2.B 找到了,好像还缺少个 check_path 参数 |
欢迎PR另一个参数 |
develop上面已经有代码了 |
https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/qr-code/wxacode.get.html createWxaCodeBytes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
简要描述
小程序码接口:getwxacodeunlimit,与官网比缺少两个参数
模块版本情况
详细描述
getwxacodeunlimit接口缺少check_path,env_version两个参数,无法自定义生成体验版小程序码
`
/**
*/
byte[] createWxaCodeUnlimitBytes(String scene, String page, int width, boolean autoColor,
WxMaCodeLineColor lineColor, boolean isHyaline) throws WxErrorException;
`
日志
The text was updated successfully, but these errors were encountered: