[api] authenticate check is normal

This commit is contained in:
xiaomlove
2022-02-21 23:20:25 +08:00
parent 4d82f5cffa
commit e9d6aac31a
3 changed files with 4 additions and 3 deletions

View File

@@ -57,8 +57,8 @@ class Test extends Command
*/
public function handle()
{
$rep = new UserRepository();
$r = $rep->getDetail(1);
$r = floatval(25.32);
dd($r);
}
}