开启跟单

pull/1/head
jcadmin 2024-12-26 22:46:49 +08:00
parent db43f9b026
commit d39653a4c2
1 changed files with 3 additions and 3 deletions

View File

@ -492,9 +492,9 @@ class Helps
} }
public static function genDanEnable() { public static function genDanEnable() {
if (date('Y-m-d H:i:s') > '2024-11-17 23:30:00') { // if (date('Y-m-d H:i:s') > '2024-11-17 23:30:00') {
return false; // return false;
} // }
return true; return true;
} }