Explorar el Código

feat(打卡):完成开发

geek hace 5 años
padre
commit
67bc2ff8bf
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  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();