fix:
从林狩猎open添加week
This commit is contained in:
parent
2b5be18ea5
commit
a82e9c560e
@ -35,7 +35,7 @@ export default async function (call: ApiCall<ReqOpen, ResOpen>) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
call.succ({
|
call.succ({
|
||||||
week: parseInt(PublicShared.getToWeek()) || 7,
|
week: PublicShared.getWeek(G.time) || 7,
|
||||||
allStar: ops?.allStar || 0,
|
allStar: ops?.allStar || 0,
|
||||||
danPrize: ops?.danPrize || [],
|
danPrize: ops?.danPrize || [],
|
||||||
curMaxStar: ops?.curMaxStar || 0,
|
curMaxStar: ops?.curMaxStar || 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user