The editor of Downcodes brings you the installation tutorial of SAPI++ framework. SAPI++ is a WeChat mini program and public account SaaS operation platform developed based on ThinkPHP+EasyWeChat. It integrates a variety of applications such as city lock, city account, after-sales service, ordering service, and shopping mall to help enterprises operate the WeChat ecosystem efficiently. This article will introduce in detail the installation steps of the SAPI++ framework and briefly outline its application functions to help you quickly get started and build your own WeChat operation platform.
SAPI++ is a SaaS operation platform for WeChat mini programs and public accounts, based on ThinkPHP+EasyWecaht. Integrate WeChat mini-programs and public account applications such as city lock treasure, city account, after-sales treasure, ordering treasure, shopping mall, etc.
sapi framework installation steps
1. Download the framework and save it to your computer
2. Create site and operating environment
Nginx/Apache/IIS PHP7.1+ MySQL5.6+ Recommended environment: Linux + Nginx1.14 + PHP7 + MySQL5.6
Save database account and password
3. Upload the downloaded framework file and extract it to the root directory
4. Copy the files under /sapixx/src to the root directory
5. Set the running directory to public
5. Execute the installation program, install the program "your domain name/install/index.php"
6. Enter the database name, username, and password created previously to start the installation.
7. The installation is completed and pseudo-static is set [Note: There is no need to set pseudo-static in the Apache environment]
location/{
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last;
}
}
8. After the framework installation is completed, start installing the application.
Contains apps
The SAPI++ public account mini program SaaS framework contains multiple professional customized mini programs, all of which will be open source. For cases and examples, see the official operating platform
Suukebao (customer lockout solution for offline stores)-----(to be open sourced)
After-sales treasure (offline store after-sales service, online work order service, for example: Tencent customer service applet)----(to be open sourced)
Ordering treasure (catering ordering service)----(to be open source)
Cloud checkout (open source)
A personal website cashier solution based on WeChat service providers for small and micro merchants, which can provide external access to fourth-party personal website cashier support (QR code payment, WeChat scan code payment, personal applet payment)
Shanke multi-store (open source)
Model mall, different from traditional malls, buy one and get two free, mention one and sell two, transaction rebate, distribution promotion
Shanke Mall (open source)
The model mall is different from traditional malls in that buy one and get two free, pick up one and sell two, transaction rebates, and provide a complete account sharing plan.
example:
The source code of Jinyun Smart Logistics Platform is a Jinyun Yuansheng plug-in, and its operation requires the support of Jinyun framework!
Freight logistics platform: multi-merchant dedicated line release + customer delivery demand release + cargo information route inquiry + LTL online ordering + merchant door-to-door pickup + customer dedicated line delivery, etc.
【Update mechanism】
The current application belongs to the Lego scene body, and the scene body itself will not be updated frequently. Mainly depends on the updated iteration of the package plug-in! These dependent update mechanisms can achieve one update and update all scene bodies at the same time, greatly improving the quality and efficiency of application update iterations!
Features
1. In order to facilitate the promotion of the platform, you can set up: car owners, dedicated lines to publish information (need to push friends, etc.);
2. The entire freight mode, quotation mode, etc. are designed strictly with reference to the logistics park standards;
3. All operations of car owner + cargo owner + dedicated line are implemented on the mobile phone.
I hope this tutorial can help you successfully install and use the SAPI++ framework. For more information and technical support, please visit the official website. If you have any questions, please leave a message to communicate. Good luck with your development!