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