How does Wechat Subscription account obtain user information

Wechat Subscription account, how to obtain the user"s unique ID openid if server configuration is not enabled

clipboard.png

if enabled, custom menus and automatic replies cannot be used on the Wechat platform.
will have to be redeveloped. How to obtain the user"s unique identity if it is not enabled?


has a wrong way, which is to open user Management and press F12 to view the element. There is an openid called fake_id, which is the user's openid


. Can't we go through the process of web authorization?


without opening the server configuration, you can get open_id, through two steps. The first step is to obtain access_token, through appid and secret. The second step is to use access_token to obtain open_id.

Menu