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