从林狩猎open添加week
This commit is contained in:
xichaoyin 2024-01-03 10:04:27 +08:00
parent 2b5be18ea5
commit a82e9c560e

View File

@ -35,7 +35,7 @@ export default async function (call: ApiCall<ReqOpen, ResOpen>) {
}
call.succ({
week: parseInt(PublicShared.getToWeek()) || 7,
week: PublicShared.getWeek(G.time) || 7,
allStar: ops?.allStar || 0,
danPrize: ops?.danPrize || [],
curMaxStar: ops?.curMaxStar || 0,