- 手机授权能力被封禁,申诉通过后状态为警告并且还是不能使用?
[图片]
2023-03-01 - 支付调用报错System Error?
2. 问题发生时间【必填】 2022-04-08 17:44:00 3. 商户号【必填】:1624157103 4. 商户订单号【必填】:524658619295248392800868277845 5. 相关报错信息文案:[<xml><return_code><![CDATA[FAIL]]></return_code><return_msg><![CDATA[System Error]]></return_msg></xml>] 6. 完整的请求和返回参数以及单号: 返回数据为:[<xml><return_code><![CDATA[FAIL]]></return_code><return_msg><![CDATA[System Error]]></return_msg></xml>] 7. 问题截图或视频: 8. 已经尝试过的方法:
2022-04-08 - 获取微信签名出现间接性无效?
[图片] 之前调用分享的接口时也出现了签名无效的报错信息,但是第二天就好了。 我们正式服务器是一直没有问题的,但是测试服务器会间接性出现该问题,现已排除了服务器的原因,想问一下这是bug吗还是接口的问题? 在线请求官方来解答一下,谢谢了
2020-07-17 - wxa-plugin-canvas报错Cannot read property?
onCreatePoster(e) { console.log(e) var title = "sssss";//标题 var username = "wx.getStorageSync('webUserInfo').realName";// var mingpianma = "sssssss"; var picurll = "sss"; var configstr = { jdConfig: { width: 750, height: 1334, backgroundColor: '#fff', debug: false, blocks: [{ width: 750, height: 1334, x: 30, y: 183, borderWidth: 2, borderColor: '#fff', borderRadius: 20, }, ], texts: [{ x: 200, y: 600, text: title, fontSize: 38, color: '#080808', width: 750, lineNum: 1, zIndex: 190, textAlign: 'left', }, { x: 260, y: 900, fontSize: 38, text: username + ' 向您推荐', width: 570, lineNum: 1, zIndex: 200, }, { x: 300, y: 1250, baseLine: 'top', text: '名片小程序', fontSize: 28, color: '#929292', }, { x: 220, y: 1400, baseLine: 'top', text: '长按扫码查看详情', fontSize: 38, color: '#929292', }, ], images: [{ width: 750, height: 1334, x: 59, y: 210, url: 'http://qrcardtest.etask.com.cn/image/share.png', //大背景 }, { width: 750, height: 500, x: 0, y: 0, borderRadius: 0, url: picurll, //推广内容 }, { width: 150, height: 150, x: 300, y: 650, borderRadius: 75, url: 'https://qrcardtest.etask.com.cn//UploadFiles/WeixinHead/HEAD_100202000000001634.jpg', //微信头像 }, { width: 220, height: 220, x: 270, y: 1020, url: mingpianma, //小程序码 } ] } } this.setData({ posterConfig: configstr.jdConfig }, () => { Poster.create(true); // 入参:true为抹掉重新生成 }); } }) 为什么会报Cannot read property 'images' of null这个错呀 有大哥用过没 给一个建议
2019-08-15 - 代码上传问题
开发过程中用到了vantui 但是代码打包的时候提示没有被打包 这个是怎么办呀 [图片]
2019-06-05 - 小程序上传图片重复
- 需求的场景描述(希望解决的问题) 图片多图上传的时候 会出现重复,比如 abc 三张图 传到服务器 的图是aac 或者abb。 有没有大神求解决一下 对了 加上个多图上传后按照123456的顺序排序这个功能是没有的嘛? 我上传图片得到的顺序是乱的 大佬们有没有排序的思路 [图片] [图片] - 希望提供的能力
2019-05-29