This time I will show you how to obtain the AppID when developing a WeChat mini program. What are the precautions for obtaining the AppID when developing a WeChat mini program? The following is a practical case, let’s take a look.
1. Get the AppID of the WeChat applet
First of all, we need to have an account. If you can see By reaching this document, we should have invited and created an account for you. Note that the AppID of the service account or subscription account cannot be used directly. Use the provided account to log in to https://mp.weixin.qq.com, and you can view the AppID of the WeChat applet in the website's "Settings" - "Developer Settings".
Note: If we are not using the administrator bound during registration WeChat ID to experience this mini program on your mobile phone. Then we still need to operate "Bind Developer". That is, in the "User Identity - Developer" module, bind the WeChat ID you need to experience the mini program.
I believe you have mastered the method after reading the case in this article. For more exciting information, please pay attention to other related articles on the php Chinese website!
Recommended reading:
WeChat applet development to obtain basic user information
How to configure and build the environment for Webpack ES6
The above is the detailed content of How to obtain AppID when developing WeChat mini program. For more information, please follow other related articles on the PHP Chinese website!