Mini Program Code Review Beginner's Guide

After the registration of the WeChat Mini Program is completed, the code must be submitted for approval before it can be released smoothly. The specific process from development to release of the Mini Program: After the registration, information setting, and category setting of the WeChat Mini Program are completed, the code review process from development to release generally goes through: Preview -> Upload code -> Submit for review -> Publish and other steps , the following will introduce the necessary procedures and code review precautions before registration to release:

1. Segment points

Information settings: nickname (abbreviation), profile, avatar settings

Category setting: Mini Program service category application

Code Review: Process Steps

Mini-program functions: overall review of the mini-program’s functional availability and content integrity

2. Matters needing attention in plate review

1. Information setting

①Nickname section :

Do not directly use generalized inductive categories, marketing words, popular keywords, and product classification vocabulary names

Unauthorized use of other people's registered business names, trademarks, and other people's names

For details, please refer to: Mini Program Review: Name Rule Adjustment and Optimization Suggestions | WeChat Open Community

②Introduction:  clearly introduce the function points of the mini program, and the meaning expressed must be consistent with the actual functions provided

③Avatar (logo) : Choose high-definition, and the expression content should be consistent with the name, introduction, and function of the Mini Program, and Tencent, WeChat official or other official avatars must not be used without authorization

2. Category setting

1. Maintain consistency between its own operating functions and categories (to provide social attribute services, the social category should be selected; to provide current affairs information services, the current affairs information category should be selected)

2e ②Registration entities are different, and the scope of corresponding open categories is different. For details on the opening of non-individual entities, individual entities, and overseas entities, please refer to:

Service categories open to Mini Programs | WeChat Open Documentation

3. When the selected category needs to be reported to the local Cyberspace Administration for review, it is recommended to submit it for review at least 14 days before going online, so as to avoid delaying the project’s online time due to the long secondary review process. The details of the reporting category can be found at refer to:

Instructions for filing and reviewing some categories of WeChat Mini Programs | WeChat Open Community

3. The specific process of small programs from development to release:

After completing the registration, information setting, and category setting of the WeChat Mini Program, it generally needs to go through the steps of preview -> upload code -> submit for review -> release and other steps from development to release. The following is an introduction to the code review process:

3.1 Preview

Use the developer tool to preview the applet to help developers check the real performance of the applet on the mobile client.

Click the preview button on the top operation bar of the developer tool, the developer tool will automatically package the current project, and upload the applet code to the WeChat server, and a QR code will be displayed on the interface after success. Use the current Mini Program developer's WeChat scan code to see the real performance of the Mini Program on the mobile client.

3.2 Upload code

Different from the preview, the upload code is used for submission experience or review.

Click the upload button in the operation bar at the top of the developer tool, and fill in the version number and project notes. It should be noted that the version number and project notes here are for the convenience of the administrator to check the version. Developers can fill in these according to their actual requirements. two fields.

After the upload is successful, you can find the version you just uploaded by [ Login Mini Program Management Background - Version Management - Development Version ] . You can set this version as a trial version or submit it for review.

3.3 Submit for review

In order to ensure the quality of Mini Programs and comply with relevant specifications, the release of Mini Programs needs to be reviewed.

After uploading the applet code in the developer tool, [ log in to the applet management background - version management - development version ] to find the version submitted for upload. In the list of development versions, click Submit for Review Follow the prompts on the page and fill in the relevant information to submit the Mini Program for review.

It should be noted that the developer is required to strictly test the version before submitting it for review. Failure to pass too many reviews may affect the duration of subsequent reviews.

3.4 release

After the review is passed, the administrator will receive a notification that the Mini Program has passed the review in WeChat. At this time, you can view the review notification through two methods: computer and mobile:

①Computer side: [ Login Mini Program Management Background - Notification Center ], you can see the specific audit results

②Mobile terminal: Template message code release review results

After passing the review, you can click Publish to publish the Mini Program. Mini Programs provide two release modes: full release and phased release . Full release means that after clicking Publish, all users will use the latest released version when accessing the Mini Program. Phased release refers to controlling some users to use the latest release version in different time periods. Phased release is also called grayscale release. Generally speaking, full release is sufficient for ordinary small programs. When small programs carry more and more functions and are used by more and more users, staged release is a very good way to control risks.

4. Small program function

①Availability

a. Functional operation is stable: ensure that the function can be opened and run without error reporting

b. There are login restrictions for the experience: upload valid test information and run screen recordings before the review, to assist the review and judgment

For details, please refer to: Common Rejection Types of Mini Program Review - Usability and Integrity Issues | WeChat Open Community

②Login specification compliance

a. Specific scope: the homepage should clearly indicate the copywriting, and the service is only used by specific groups of people

b. Scope of disclosure: Authorize the personal information function after the post. After giving the user a prior understanding of the function, when the user actively uses the function, further authorization reminders will be issued.

For details, please refer to: Adjustment and Optimization Suggestions for User Account Login Standards in Mini Programs | WeChat Open Community

③Integrity of Mini Program content: Ensure the integrity of the operation content before submitting the review, and avoid the following operation content that cannot be judged and cause the review to fail, the details are as follows:

【Test product】Example:

This document is for developers who submit code review for the first time to understand the necessary procedures and precautions before review. If the above problems exist, they should be adjusted and corrected in time. At the same time, the review time should be planned in advance to avoid subsequent review failures or repeated review due to the above problems. Unable to publish online as scheduled.

Guess you like

Origin blog.csdn.net/weixin_64051447/article/details/131410476