mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
fix:国际服card代理人和邦布
This commit is contained in:
parent
564b570a32
commit
d52327c6a5
1 changed files with 4 additions and 0 deletions
|
|
@ -104,6 +104,10 @@ export default class ZZZApiTool {
|
|||
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 = `lang=zh-cn&role_id=${this.uid}&server=${this.server}`
|
||||
urlMap.zzz.zzzAvatarList.url = 'https://sg-act-nap-api.hoyolab.com/event/game_record_zzz/api/zzz/avatar/basic'
|
||||
urlMap.zzz.zzzAvatarList.query = `role_id=${this.uid}&server=${this.server}`
|
||||
urlMap.zzz.zzzBuddyList.url = 'https://sg-act-nap-api.hoyolab.com/event/game_record_zzz/api/zzz/buddy/info'
|
||||
urlMap.zzz.zzzBuddyList.query = `role_id=${this.uid}&server=${this.server}`
|
||||
};
|
||||
return urlMap[this.game];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue