wesmiler 1 week ago
parent
commit
72abcdcf79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Admin/AccountController.php

+ 1 - 1
app/Http/Controllers/Admin/AccountController.php

@@ -52,7 +52,7 @@ class AccountController extends Backend
      */
     public function ptAccount()
     {
-        $info = $this->service->getPtAccount();
+        $info = AccountService::make()->getPtAccount();
         return message(1010, true, $info);
     }
 }