From ff9ad76fb6d5c3164b06730f7e17633f58f5103f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=B8=96=E7=95=8C?= <642747453@qq.com> Date: Sun, 29 Jan 2023 14:26:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20#10000=20=E4=BC=98=E5=8C=96=20=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E8=B4=A7=E5=93=81=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/Business/KuaiTuanTuan/Groups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Business/KuaiTuanTuan/Groups.php b/app/Services/Business/KuaiTuanTuan/Groups.php index eeadff0..30fa34f 100644 --- a/app/Services/Business/KuaiTuanTuan/Groups.php +++ b/app/Services/Business/KuaiTuanTuan/Groups.php @@ -83,7 +83,7 @@ class Groups public static function queryGroup() { $type = 'pdd.ktt.group.query.list'; - $time = DateTimeUtils::getMicroTime(); + $time = DateTimeUtils::getMicroTime('+1 day'); $appendParams = [ 'end_update_time' => $time, 'page' => 1,