diff --git a/lib/mysapi/tool.js b/lib/mysapi/tool.js index 585e81b..ba816e4 100644 --- a/lib/mysapi/tool.js +++ b/lib/mysapi/tool.js @@ -95,7 +95,7 @@ export default class ZZZApiTool { urlMap.zzz.zzzNote.url = 'https://sg-act-nap-api.hoyolab.com/event/game_record_zzz/api/zzz/note' urlMap.zzz.zzzNote.query = `role_id=${this.uid}&server=${this.server}` urlMap.zzz.zzzIndex.url = 'https://sg-act-nap-api.hoyolab.com/event/game_record_zzz/api/zzz/index' - urlMap.zzz.zzzIndex.query = `role_id=${this.uid}&server=${this.server}` + urlMap.zzz.zzzIndex.query = `lang=zh-cn&role_id=${this.uid}&server=${this.server}` }; return urlMap[this.game]; };