- 没有一个demo能运行起来的????
https://developers.weixin.qq.com/miniprogram/dev/framework/user-privacy/PrivacyAuthorize.html [图片] 没有一个demo能运行起来的????
08-23 - 前端请求生成小程序码,一直报错
wx.request({ url: 'https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token=', data: { scene: '000', page: "pages/index/index" //这里按照需求设置值和参数 }, method: "POST", responseType: 'arraybuffer', //设置响应类型 success(res) { console.log(res) var src2 = wx.arrayBufferToBase64(res.data); //对数据进行转换操作 console.log('src2', src2) // that.setData({ // src2 // }) }, fail(e) { console.log(e) } }) eyJlcnJjb2RlIjo0MDAwMSwiZXJybXNnIjoiaW52YWxpZCBjcmVkZW50aWFsLCBhY2Nlc3NfdG9rZW4gaXMgaW52YWxpZCBvciBub3QgbGF0ZXN0IHJpZDogNjI2N2UzMzItN2FmMTRkMDMtMzExOTI4ZjIifQ==
2022-04-26