
Note: Back-end environment requires php7.3
1. Support traffic owner or user payment (user payment requires individual or company certification Mini programs)
2. Support viewing advertisements or paying for slips
3. Support watching advertisements or paying to pull out a piece of paper to pass the review and see your luck. If you are lucky, you will pass directly. If you are unlucky, you will need to add some content yourself to pass the review.
Deployment tutorial:
Server to which backend code is imported
Open SSL Certificates
PHP 7.3 version installs sg11 extension
Set the running directory public
Set the website pseudo-static:
code
location / {
try_Files $uri $uri/ /index.php$is_args$query_string;
}
Then import the database and modify the database configuration file: configure it to your own database content.
Then visit the backend. Your domain name/admin account password is default.
Then open the WeChat Developer Tool and import the front-end code package.
Modify the domain name docking file and change the built-in domain name to yours.
In wx.js under the request file.
The personal center has a WeChat signal that can be changed to your own.
In order to avoid review problems, you can directly click Close Status.
Comments0