wupengfei 1 年之前
父節點
當前提交
f376cc1eae
共有 1 個文件被更改,包括 6 次插入1 次删除
  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")),
+        ];
     }
 
     /**