mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-22 06:58:24 +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 data = Profile._get(uid, charId);
|
||||||
let Serv = getServ(uid);
|
let Serv = getServ(uid);
|
||||||
if (Serv.getCharData && data && data.id) {
|
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;
|
return data;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user