获取openId但未获取unionId的问题及userInfo。 直接原因:未关注。 复现步骤: 打开公众号后,不要点击关注,点击服务,进入相应的服务地址。由于配置的前端微信授权页静默跳回到应用服务,并携带openId(当前状态未关注)。通过openId获取用户基本信息,此时unionId为空。 平台问题:为什么未关注公众号的用户能获取openId,不能获取unionId?
根据OpenId获取到的用户信息全部为空,为什么?https://api.weixin.qq.com/cgi-bin/user/info?access_token=XXXXXXX&openid=xxxxxx {"subscribe": 0, "openid": "xxxxxx", "nickname": "", "sex": 0, "language": "zh_CN", "city": "", "province": "", "country": "", "headimgurl": "", "tagid_list": [] }
2022-02-10换个方法吧 .autoplay = true
ios执行innerAudioContext.play();无声音const innerAudioContext = wx.createInnerAudioContext(); onShow:function(){ innerAudioContext.src = "http://xxx/sound/sound.mp3"; innerAudioContext.obeyMuteSwitch = false }, success(res) { if (res.data > 0) { // 声音播放 innerAudioContext.play(); } }
2020-04-20