源码介绍: PHP小米运动刷步程序,PHP+Thinkphp6+Layuimini编写,支持自动+手动刷步,当前仅自动为卡密会员功能。接口用的第三方接口,有其它接口的可以自行更换。 伪静态为thinkphp location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break;
源码介绍:
PHP小米运动刷步程序,PHP+Thinkphp6+Layuimini编写,支持自动+手动刷步,当前仅自动为卡密会员功能。接口用的第三方接口,有其它接口的可以自行更换。
伪静态为thinkphp
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}

特别声明:以上内容(如有图片或视频亦包括在内)为本平台用户上传并发布,本平台仅提供信息存储服务。举报






