Sfoglia il codice sorgente

feat(打卡):完成开发

geek 5 anni fa
parent
commit
67bc2ff8bf
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      application/index/controller/Index.php

+ 3 - 2
application/index/controller/Index.php

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