收藏
回答

使用微信api创建的二维码,扫码时显示非微信生成?

https://api.weixin.qq.com/cgi-bin/qrcode/create?access_token=ACCESS_TOKEN"

调用以上接口生成的二维码url,使用drawQrcode显示的二维码。

drawQrcode({

                    canvas: canvas,

                    canvasId: 'myQrcode',

                    width: 200,

                    padding: 0,

                    background: '#ffffff',

                    foreground: '#000000',

                    text: url,

                }).then((res)=>{

                  wx.hideLoading()

                })

再扫码时显示

最后一次编辑于  2023-03-20
回答关注问题邀请回答
收藏
登录 后发表内容