我们的公众号 是符合企业付款到零钱的资格了 公众号绑定了 之前创建好微信开放平台账号 app去用微信开放平台的appid去授权并且获得openid 但是 一直关联不上 找不到这个用户
你是想把APP的用户关联到公众号,用公众号的企业付款到零钱的功能?
1、将公众号、APP 都绑定到同一个开发平台
2、APP 登录时获取到 unionId 以及 openId
3、微信公众号登录时获取到 unionId 以及 openId
这样就可以关联同一用户,获取指定平台用户的 openId
参考链接
https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html
https://developers.weixin.qq.com/doc/offiaccount/User_Management/Get_users_basic_information_UnionID.html#UinonId
https://developers.weixin.qq.com/doc/oplatform/Mobile_App/WeChat_Login/Development_Guide.html
https://developers.weixin.qq.com/doc/oplatform/Mobile_App/WeChat_Login/Authorized_API_call_UnionID.html