[Automatic card issuance] Enterprise merchant operation version with WAP mobile terminal [Various themes + personal testing available] Server system: Linux + Centos7.x + Pagoda personal testing environment: Nginx 1.18.0 + PHP7.0 + Mysql8.0 with self-service installation Follow the program and follow the prompts to set Nginx pseudo-static location / {if (!-e $request_filename){rewrite ^(.*)$ /index.php?s=$1 last; break;}}