Kirin 2 rokov pred
rodič
commit
38e5c2202f

+ 1 - 1
app/controller/api/v1/PublicController.php

@@ -59,7 +59,7 @@ class PublicController extends BaseController
 
     public function test()
     {
-        WithdrawService::login();
+        WithdrawService::init();
     }
 
     /**