hioshop-server icon indicating copy to clipboard operation
hioshop-server copied to clipboard

分享图片生成朋友圈生成不出来?

Open githubjaychen opened this issue 4 years ago • 2 comments

image

image

不知道啥时候微信生成小程序码后面规定必须使用https了,将api\controller\qrcode.js第4行改为 const https = require("https"); 42行改为 var req = https.request ... 搞定!!

githubjaychen avatar Jul 07 '20 03:07 githubjaychen

controller 下的 qrcode.js 第4行

改为: const https = require("https");

第42行改为: var req = https.request(options2, function(res) {

小程序后台开发设置的 download file 的host要改为你的图片地址的host, 否则还是一片空白

效果如图:

peizhou avatar Jul 27 '20 03:07 peizhou

这张图片有点厉害

hu739317870 avatar Apr 27 '21 00:04 hu739317870