wupengfei 1 рік тому
батько
коміт
398db4592e
1 змінених файлів з 7 додано та 2 видалено
  1. 7 2
      application/api/controller/Kuaishou.php

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

@@ -34,8 +34,13 @@ class Kuaishou extends Base
 
     public function getSelTime()
     {
-        $time = microtime();
-        var_dump($time);
+        strtotime("- 30 days");
+        strtotime("- 23 days");
+        var_dump(strtotime("- 30 days"), strtotime("- 23 days"));
+
+       /* list($msec, $sec) = explode(' ', microtime());
+        $msectime =  (float)sprintf('%.0f', (floatval($msec) + floatval($sec)) * 1000);
+        return $msectimes = substr($msectime,0,13);*/
     }
 
     /**