mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
fix: 强袭战
This commit is contained in:
parent
45fde9a180
commit
a8840d6319
1 changed files with 2 additions and 2 deletions
|
|
@ -64,11 +64,11 @@ export default class ZZZApiTool {
|
|||
},
|
||||
zzzDeadly: {
|
||||
url: `${this.hostRecord}event/game_record_zzz/api/zzz/mem_detail`,
|
||||
query: `lang=zh-cn&role_id=${this.uid}®ion=${this.server}&schedule_type=1`,
|
||||
query: `lang=zh-cn&uid=${this.uid}®ion=${this.server}&schedule_type=1`,
|
||||
},
|
||||
zzzDeadlyPeriod: {
|
||||
url: `${this.hostRecord}event/game_record_zzz/api/zzz/mem_detail`,
|
||||
query: `lang=zh-cn&role_id=${this.uid}®ion=${this.server}&schedule_type=2`,
|
||||
query: `lang=zh-cn&uid=${this.uid}®ion=${this.server}&schedule_type=2`,
|
||||
},
|
||||
zzzMonthly: {
|
||||
url: `${this.host}event/nap_ledger/month_info`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue