wupengfei 1 year ago
parent
commit
f376cc1eae
1 changed files with 6 additions and 1 deletions
  1. 6 1
      application/api/controller/Kuaishou.php

+ 6 - 1
application/api/controller/Kuaishou.php

@@ -37,7 +37,12 @@ class Kuaishou extends Base
         $start = $sel;
         $end = $sel - $days;
         var_dump([strtotime("- $start days") * 1000, strtotime("-$end days") * 1000]);
-        return [strtotime("- $start days") * 1000, strtotime("- $end days") * 1000];
+        return [
+            strtotime("- $start days") * 1000,
+            strtotime("- $end days") * 1000,
+            date("Y-m-d H:i:s",strtotime("- $start days")),
+            date("Y-m-d H:i:s",strtotime("- $end days")),
+        ];
     }
 
     /**