WeChat Mini Program Koi Bargaining Build Tutorial Full Version

1. You need to purchase a server (Tencent Cloud, Alibaba Cloud)

2. Purchase a domain name (record)

3. Register WeChat Mini Program

 

4. Prepare the source code

5. Build

1. Log in to the Pagoda panel

2. Add a site

3. Resolve the domain name

4. Add the URL and upload the backend of Microengine

private message me

5. Upload the koi bargaining backend (upload to addons)

6. Add SSL authentication

 

7. Visit the website and build

8. Add a platform, enter the applet APPID, original ID, key

 

 

9. Open the Koi Bargain front-end file in the WeChat developer tools

 10. Modify the siteinfo.js file

module.exports = {
    name: "大件砍价",//名称
    uniacid: "2",//修改为自己的后台ID
    acid: "1",//修改为自己的后台ID
    multiid: "0",
    version: "1.0",//版本
    siteroot: "https://你的域名/app/index.php"
};

If not, you can private message me

Guess you like

Origin blog.csdn.net/A19542171949/article/details/126950623