mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-22 06:58:24 +00:00
enka is now supporting UIDs starting with 2
This commit is contained in:
parent
e503488a7e
commit
60ac2095eb
@ -53,9 +53,7 @@ let Profile = {
|
|||||||
let req = await fetch(api);
|
let req = await fetch(api);
|
||||||
data = await req.json();
|
data = await req.json();
|
||||||
if (!data.playerInfo) {
|
if (!data.playerInfo) {
|
||||||
if ((uid + '')[0] === '2') {
|
if ((uid + '')[0] === '5') {
|
||||||
e.reply(`请求失败:暂时不支持以2开头的UID角色面板更新,请等待服务后续升级`);
|
|
||||||
} else if ((uid + '')[0] === '5') {
|
|
||||||
e.reply(`请求失败:暂时不支持B服角色面板更新,请等待服务后续升级`);
|
e.reply(`请求失败:暂时不支持B服角色面板更新,请等待服务后续升级`);
|
||||||
} else {
|
} else {
|
||||||
e.reply(`请求失败:${data.msg || "请求错误,请稍后重试"}`);
|
e.reply(`请求失败:${data.msg || "请求错误,请稍后重试"}`);
|
||||||
|
Loading…
Reference in New Issue
Block a user