Home > Article > WeChat Applet > How to solve the problem of mini program failing to obtain user appid
How to solve the problem that the mini program fails to obtain the user's appid?
1. The button to get the phone number reported an error: The acquisition failed and the appId does not have permission
<button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">获取手机号 </button>
##Note: Problem The reason is that the current mini program account has not been "WeChat authenticated",
2. Notes on the interface for authorizing the WeChat applet to obtain a mobile phone number:
1. Because the user needs to actively trigger the interface to obtain the mobile phone number, this function is not called by the API and needs to be triggered by clicking on the
The above is the detailed content of How to solve the problem of mini program failing to obtain user appid. For more information, please follow other related articles on the PHP Chinese website!