小程序生成二维码错误
时间:2019-10-11 12:12:28
收藏:0
阅读:249
今天公司项目 遇到一个分享时生成二维码错误
invalid length for scene, or the data is not json string hint: [dre5Ia0701c393]
错误已经提示了,无效的scene长度,原因:scene参数官方是限定了最长32位长度的,所以把scene的参数长度修改就好了,我的修改是做加密和解密
评论(0)