mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
add:challenge
This commit is contained in:
parent
1c9e390178
commit
8981fa84e9
2 changed files with 31 additions and 1 deletions
|
|
@ -45,6 +45,10 @@ export default class ZZZApiTool {
|
|||
url: `${this.hostRecord}event/game_record_zzz/api/zzz/buddy/info`,
|
||||
query: `lang=zh-cn&role_id=${this.uid}&server=${this.server}`,
|
||||
},
|
||||
zzzChallenge: {
|
||||
url: `${this.hostRecord}event/game_record_zzz/api/zzz/challenge`,
|
||||
query: `lang=zh-cn&role_id=${this.uid}&server=${this.server}&schedule_type=1`,
|
||||
},
|
||||
zzzAuthKey: {
|
||||
url: `${this.host}binding/api/genAuthKey`,
|
||||
body: {
|
||||
|
|
@ -106,4 +110,4 @@ export default class ZZZApiTool {
|
|||
};
|
||||
return urlMap[this.game];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue