From a82e9c560e5f5a6115258640c47d9051d5e9ce4f Mon Sep 17 00:00:00 2001 From: xichaoyin Date: Wed, 3 Jan 2024 10:04:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=8E=E6=9E=97=E7=8B=A9=E7=8C=8Eopen?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0week?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api_s2c/conglinshoulie/ApiOpen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api_s2c/conglinshoulie/ApiOpen.ts b/src/api_s2c/conglinshoulie/ApiOpen.ts index e274418..2457846 100644 --- a/src/api_s2c/conglinshoulie/ApiOpen.ts +++ b/src/api_s2c/conglinshoulie/ApiOpen.ts @@ -35,7 +35,7 @@ export default async function (call: ApiCall) { } call.succ({ - week: parseInt(PublicShared.getToWeek()) || 7, + week: PublicShared.getWeek(G.time) || 7, allStar: ops?.allStar || 0, danPrize: ops?.danPrize || [], curMaxStar: ops?.curMaxStar || 0,