After the mini program is released and launched, scan the ordinary QR code to enter the product details page corresponding to the mini program

Official Development Documentation

1. Enter the background management page of the WeChat applet

  • 1.1 Find Development Management –> Development Settings

insert image description here

  • 1.2 Find and scan the common link QR code to open the applet

insert image description here

  • 1.3 Configure corresponding rules

(1) Select https for the protocol type
insert image description here

(2) Select lowercase
insert image description here

(3) QR code rules, some people may be confused when looking at the document, simply understand that it is an https path
insert image description here

(4) Choose not to occupy the prefix occupancy rule
insert image description here

(5) Verification file
insert image description here

(6) The function page of the applet, this page is the page you want to open by scanning the code

insert image description here
Image reference
insert image description here
verification file related

What needs to be noted here is the download of the verification file, download the file to the root directory of the project bound to the corresponding domain name and package the file (you need to add the verification file to the packaging directory) and upload it to git, and notify the backend to upload the project to the server

insert image description here
Wait for 1-2 minutes to receive the email notification of successful construction, and then go to the address bar of the web page to access the corresponding domain name/verification file.txt (https://baidu.com/asdads.txt), if you can directly access the content inside to prove the upload Success, you can continue to look down

insert image description here

After the configuration is complete, you can publish it (wechat scanning code is required for confirmation)

insert image description here

insert image description here
After the release is complete, just find a URL to generate a QR code, and fill in the domain name in the QR code configuration rules to generate the corresponding QR code. The reference link
for the QR code generation URL I use here : https://developers. weixin.qq.com/community/develop/doc/00084a350b426099ab46e0e1a50004?%2Fblogdetail%3Faction=get_post_info
insert image description here

Guess you like

Origin blog.csdn.net/qq_47272950/article/details/130389383