wupengfei 1 년 전
부모
커밋
43224e78f2
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      application/api/controller/Kuaishou.php

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

@@ -32,12 +32,12 @@ class Kuaishou extends Base
     }
 
 
-    public function getSelTime($sel = 30,$days =3)
+    public static function getSelTime($sel = 3,$days =3)
     {
         $start = $sel;
         $end = $sel - $days;
-        var_dump([strtotime("- $start days") * 1000, strtotime("-$end days") * 1000]);
-       // return [strtotime("- $start days") * 1000, strtotime("-$end days") * 1000];
+        //var_dump([strtotime("- $start days") * 1000, strtotime("-$end days") * 1000]);
+        return [strtotime("- $start days") * 1000, strtotime("- $end days") * 1000];
     }
 
     /**