songxingwei il y a 2 ans
Parent
commit
c94f13ce9b
1 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. 2 3
      application/api/controller/Timedtask.php

+ 2 - 3
application/api/controller/Timedtask.php

@@ -115,13 +115,12 @@ class Timedtask
     public function SetFake(){
         $now_hour = date('H');
         $min = date('i');
-
+        echo $now_hour."<br />";
+        echo $min."<br />";
         if (($now_hour>7 && $now_hour<10) || ($now_hour>14 && $now_hour<17)){
-            echo 2222;die;
             if ($now_hour==16 && $min>30){
                 die();
             }
-
             $all = Db::name('system_day')->where('date',date('Y-m-d'))->value('all_value');
             $now_time = date('Y-m-d 07:00:00');
             $end_time = date('Y-m-d 10:00:00');