Merge pull request #10 from kissnavel/main

fix:国际服card代理人和邦布
This commit is contained in:
bietiaop 2024-07-12 00:08:35 +08:00 committed by GitHub
commit 46cd40fbc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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