wupengfei 1 年之前
父節點
當前提交
a8d5b273e8
共有 1 個文件被更改,包括 2 次插入2 次删除
  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];
     }
 
     /**