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