
Litchi Card Issuing 2.0/Integrated face-to-face payment + extended information functions, a second-element style card issuing system source code.
Functions: Automatic and manual delivery, email notification, modification of background images, face-to-face payment with Alipay, product expansion information, coupons, wholesale discounts
Environmental requirements: PHP7.2+ /MySQL 5.6 +
Nginx pseudo-static:
location / {
if (!- e $request_filename){
rewrite ^(.*)$ /index.php? s=$1 last; break;
}
}
Comments0