Pārlūkot izejas kodu

feat(打卡):完成开发

geek 5 gadi atpakaļ
vecāks
revīzija
93b5891490
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      application/index/controller/Index.php

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

@@ -55,8 +55,8 @@ class Index
             ]
             ]
         ];
         ];
         $date = date('Y-m-d');
         $date = date('Y-m-d');
-        var_dump($date);
         $hm = date('H:i');
         $hm = date('H:i');
+        var_dump($date.' '.$hm);
         $w = date('w', strtotime($date));
         $w = date('w', strtotime($date));
         if($w==6 || $w == 0){
         if($w==6 || $w == 0){
             var_dump($date . '周末,跳过');
             var_dump($date . '周末,跳过');