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? 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
controller 下的 qrcode.js 第4行
改为: const https = require("https");
第42行改为: var req = https.request(options2, function(res) {
小程序后台开发设置的 download file 的host要改为你的图片地址的host, 否则还是一片空白
效果如图:
The text was updated successfully, but these errors were encountered:
好像还是出不来小程序二维码呢
Sorry, something went wrong.
No branches or pull requests
controller 下的 qrcode.js 第4行
改为: const https = require("https");
第42行改为:
var req = https.request(options2, function(res) {
小程序后台开发设置的 download file 的host要改为你的图片地址的host, 否则还是一片空白
效果如图:
The text was updated successfully, but these errors were encountered: