小程序
小游戏
企业微信
微信支付
扫描小程序码分享
我的小程序需要在微信和企业微信登录
现在问题是微信已经无法使用getUserInfo,而企业微信又不支持getUserProfile
意味着我只能在一端使用,能告诉我个解决方法吗?拜托
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,ios现在已经在更新中了,在不支持getuserprofile期间,
https://developers.weixin.qq.com/miniprogram/dev/api/open-api/user-info/wx.getUserProfile.html#%E7%A4%BA%E4%BE%8B%E4%BB%A3%E7%A0%81官方提供了兼容文档,根据是否有这个api,或者canIUse来确认调哪个
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
代码加上 wx.getUserInfo 兼容
具体参考文档示例代码
https://developers.weixin.qq.com/miniprogram/dev/api/open-api/user-info/wx.getUserProfile.html
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好,ios现在已经在更新中了,在不支持getuserprofile期间,
https://developers.weixin.qq.com/miniprogram/dev/api/open-api/user-info/wx.getUserProfile.html#%E7%A4%BA%E4%BE%8B%E4%BB%A3%E7%A0%81官方提供了兼容文档,根据是否有这个api,或者canIUse来确认调哪个
代码加上 wx.getUserInfo 兼容
具体参考文档示例代码
https://developers.weixin.qq.com/miniprogram/dev/api/open-api/user-info/wx.getUserProfile.html