no message
This commit is contained in:
parent
8c7d2648d4
commit
aafe136a95
@ -58,6 +58,8 @@ final class V2Ray extends Base
|
||||
}
|
||||
}
|
||||
|
||||
$links = base64_encode($links);
|
||||
|
||||
return $links;
|
||||
}
|
||||
}
|
||||
|
||||
@ -106,7 +106,7 @@ class Ann extends Base {
|
||||
return "需要id";
|
||||
}
|
||||
|
||||
if (!$iId == "?") {
|
||||
if ($iId == "?") {
|
||||
return "dateNow [id]";
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user