Parcourir la source

feat(打卡):完成开发

geek il y a 5 ans
Parent
commit
67bc2ff8bf
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  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();