wupengfei hai 1 ano
pai
achega
f376cc1eae
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      application/api/controller/Kuaishou.php

+ 6 - 1
application/api/controller/Kuaishou.php

@@ -37,7 +37,12 @@ class Kuaishou extends Base
         $start = $sel;
         $end = $sel - $days;
         var_dump([strtotime("- $start days") * 1000, strtotime("-$end days") * 1000]);
-        return [strtotime("- $start days") * 1000, strtotime("- $end days") * 1000];
+        return [
+            strtotime("- $start days") * 1000,
+            strtotime("- $end days") * 1000,
+            date("Y-m-d H:i:s",strtotime("- $start days")),
+            date("Y-m-d H:i:s",strtotime("- $end days")),
+        ];
     }
 
     /**