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];
     }
 
     /**