mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
邦布增加lang参数
This commit is contained in:
parent
3425eae56f
commit
0603129ae0
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ export default class ZZZApiTool {
|
|||
urlMap.zzz.zzzAvatarInfo.url = `${this.hostNap}event/game_record_zzz/api/zzz/avatar/info`;
|
||||
urlMap.zzz.zzzAvatarInfo.query = `lang=zh-cn&role_id=${this.uid}&server=${this.server}&need_wiki=false`;
|
||||
urlMap.zzz.zzzBuddyList.url = `${this.hostNap}event/game_record_zzz/api/zzz/buddy/info`;
|
||||
urlMap.zzz.zzzBuddyList.query = `role_id=${this.uid}&server=${this.server}`;
|
||||
urlMap.zzz.zzzBuddyList.query = `lang=zh-cn&role_id=${this.uid}&server=${this.server}`;
|
||||
}
|
||||
return urlMap[this.game];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue