mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-21 22:48:13 +00:00
profile服务支持定义api
This commit is contained in:
parent
66fa3e6979
commit
01bde5b704
@ -128,7 +128,7 @@ let Profile = {
|
||||
let data = Profile._get(uid, charId);
|
||||
let Serv = getServ(uid);
|
||||
if (Serv.getCharData && data && data.id) {
|
||||
f return await Serv.getCharData(uid, data, Profile.saveCharData, { config });
|
||||
return await Serv.getCharData(uid, data, Profile.saveCharData, { config });
|
||||
}
|
||||
return data;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user