feat: 上期食欲防卫战

This commit is contained in:
yysforget 2024-08-01 09:00:48 +08:00
parent faab10ebfc
commit 8929d12b9b
2 changed files with 8 additions and 3 deletions

View file

@ -55,6 +55,10 @@ export default class ZZZApiTool {
url: `${this.hostRecord}event/game_record_zzz/api/zzz/challenge`,
query: `lang=zh-cn&role_id=${this.uid}&server=${this.server}&schedule_type=1`,
},
zzzChallengePeriod: {
url: `${this.hostRecord}event/game_record_zzz/api/zzz/challenge`,
query: `lang=zh-cn&role_id=${this.uid}&server=${this.server}&schedule_type=2`,
},
zzzAuthKey: {
url: `${this.host}binding/api/genAuthKey`,
body: {
@ -109,4 +113,4 @@ export default class ZZZApiTool {
};
return urlMap[this.game];
};
}
}