How to find my OpenId from WeChat

寵の児 提交于 2019-12-25 07:29:53

问题


In WeChat I have an Id, 'MyUniqueId'

For some reason I need to know my OpenId to using it in some requests to API.

Does anyone know how to find my OpenId from WeChat ?


回答1:


OpenId is an id of a Wechat personal account when it is following an Wechat Service Account. And the OpenIds are different for the same Wechat personal account in different Wechat Service Accounts.

You can get your OpenId in a certain Wechat Service Account only if you are following it and you have the APPID and APPSECRET. See this article for the detail on how to list all the followers.




回答2:


You need to log in to the WeChat public platform first. If not, please register an account first and find the appid path as Development -> Basic Configuration -> Development Information enter image description here



来源:https://stackoverflow.com/questions/37316126/how-to-find-my-openid-from-wechat

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!