源码介绍:

PHP小米运动刷步程序,PHP+Thinkphp6+Layuimini编写,支持自动+手动刷步,当前仅自动为卡密会员功能。接口用的第三方接口,有其它接口的可以自行更换。

伪静态为thinkphp

location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}