小程序
小游戏
企业微信
微信支付
扫描小程序码分享
RT,做完了程序才发现公众号是订阅号,有没有办法点击菜单和扫码跳转页面的时候获得用户的openid呀,另辟蹊径的方法也行,能区别微信用户就行,大佬们求解。
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
木得办法
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
怎么讲?网页静默首授权拿openid不是常规手段嘛,还用另辟蹊径?
https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html
通过API创建菜单,用户点击菜单后,事件推送会有openid。
创建菜单:https://developers.weixin.qq.com/doc/offiaccount/Custom_Menus/Creating_Custom-Defined_Menu.html
菜单事件推送:https://developers.weixin.qq.com/doc/offiaccount/Custom_Menus/Custom_Menu_Push_Events.html
事件推送会发送用户的openid
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
木得办法
怎么讲?网页静默首授权拿openid不是常规手段嘛,还用另辟蹊径?
https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html
通过API创建菜单,用户点击菜单后,事件推送会有openid。
创建菜单:https://developers.weixin.qq.com/doc/offiaccount/Custom_Menus/Creating_Custom-Defined_Menu.html
菜单事件推送:https://developers.weixin.qq.com/doc/offiaccount/Custom_Menus/Custom_Menu_Push_Events.html
事件推送会发送用户的openid