fix: UIGF prod_gf_jp timezone

This commit is contained in:
Zichao Lin 2024-07-24 21:00:50 +08:00
parent dd098fcd08
commit 8156b5a9b7
Signed by: earthjasonlin
GPG Key ID: 406D9913DE2E42FB

@ -36,7 +36,8 @@ const start = async (uids) => {
throw new Error('数据为空') throw new Error('数据为空')
} }
const serverTimeZone = new Map([ const serverTimeZone = new Map([
["prod_gf_cn", 8] ["prod_gf_cn", 8],
["prod_gf_jp", 8]
]) ])
fulldata.forEach(data => { fulldata.forEach(data => {
let timezone let timezone