no message

This commit is contained in:
hellcat 2025-10-09 19:30:25 +08:00
parent 811f41ef5e
commit 89bb3e862d

View File

@ -44,7 +44,7 @@ final class Test extends Base
public function rootGet()
{
$oUserRoot = ModelUser::select("email", "class", "transfer_enable", "u", "autorenew", "money")->where("email", "root")->first();
$oUserRoot = ModelUser::select("id","email", "class", "transfer_enable", "u", "autorenew", "money")->where("email", "root")->first();
return $this->toJson($oUserRoot);
}