排行榜

This commit is contained in:
2026-01-09 17:39:46 +08:00
parent 31c9d2a325
commit 8b9fd4d927
4 changed files with 150 additions and 21 deletions

View File

@@ -55,6 +55,8 @@ class BaseCom extends Controller
$this->uid = 0;
//定义一个常量
define('UID', $this->uid);
}else{
$this->check_login($is_maintenance) ;
}
}else{
$this->check_login($is_maintenance) ;