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

+ 2 - 2
application/api/controller/Kuaishou.php

@@ -36,8 +36,8 @@ class Kuaishou extends Base
     {
         $start = $sel;
         $end = $sel - $days;
-        var_dump([strtotime("- $start days"), strtotime("-$end days")]);
-        return [strtotime("- $start days"), strtotime("-$end days")];
+        var_dump([strtotime("- $start days") * 1000, strtotime("-$end days") * 1000]);
+       // return [strtotime("- $start days") * 1000, strtotime("-$end days") * 1000];
     }
 
     /**