fix:国际服card代理人和邦布

This commit is contained in:
kissnavel 2024-07-11 23:53:47 +08:00
parent 564b570a32
commit d52327c6a5

View file

@ -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];
};