Wechat public platform is a background management platform provided by wechat for us to develop and manage small program accounts. This article focuses on some basic configurations (development only) for back-end platform accounts.

First login wechat public platform webpage (here only need Baidu search wechat public platform)

If you don’t have an account, you can go to the red entry below to register.

The main types of applets are personal and enterprise. There are no restrictions for individuals to register, while enterprises are required to provide some qualification certificates. This tutorial will also cover some of the concerns of enterprise development.

After registration, we should first focus on the basic information of the applet. Here you can modify the name, profile picture, profile, etc. Enterprise small program need to pay attention to is here can do small program wechat authentication, registration of enterprise information, and small program migration, etc..

The second part is about version management, which is divided into three versions: development version, approval version and online version.

1. The development version can be selected as the experience version for development, debugging or testing, or it can be submitted to Tencent for review and uploaded to the review version.

2. The submitted version can be published online for users to use if it conforms to the standards developed by Tencent.

3. Online version in the right of the small arrow can be offline suspension service.

The important thing to note here is that the online version can do a version rollback. Go back to previous online version

Part THREE: Member management.

Applets developers need to add here to add. When importing the project, wechat will check whether the developer has the development permission under the name of the small program to which appID belongs. Experiencers add the same here.

Part four: Development setup

1. Appid and secretId of the applet. Appid is the identification of the applet. SecretId is a string of ciphertext generated in Tencent. Note that secretId is not explicitly displayed on the platform. SecretId is used to obtain the openId during user login. If it is lost, it needs to be reset on the public platform, which will affect the use of online users. Therefore, it should be properly saved and carefully reset.

2. Configure the server domain name. In development mode, you can select not to verify the server domain name. Online if the requested domain name is not configured here, it will be blocked by Tencent and can not normally request.

3. Configure the business domain name, some enterprise wechat applet uses web-view nested H5 need to configure here. Otherwise, it will not be accessible online.

4. Common link qr code to open small programs, due to special needs of the business (small program code after carrying parameter length limited) needs to be generated by the needs of the ordinary into the small program in this configuration, divided into development, experience and online edition of version (the online version of the configuration here is effective for a long time, unless you delete not affected by the switch version)

5. Interface Settings: the need to access face recognition and other interfaces need to be configured in this (here not to repeat carefully, interface access party will provide guidance)