Browse Source

feat(打卡):完成开发

geek 5 years ago
parent
commit
1750cf0f07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/index/controller/Index.php

+ 1 - 1
application/index/controller/Index.php

@@ -62,7 +62,7 @@ class Index
             var_dump($date . '周末,跳过');
             die();
         }
-        $wishTime = '22:36';
+        $wishTime = '23:40';
         if ($hm !== $wishTime) {
             var_dump('不是期望时间不提示'.$wishTime);
             die();