|
@@ -37,7 +37,12 @@ class Kuaishou extends Base
|
|
$start = $sel;
|
|
$start = $sel;
|
|
$end = $sel - $days;
|
|
$end = $sel - $days;
|
|
var_dump([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];
|
|
|
|
|
|
+ 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")),
|
|
|
|
+ ];
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|