@@ -20,13 +20,6 @@ use App\Services\UsdtWalletService;
*/
class IndexController extends webApp
{
- /**
- * IndexController constructor.
- */
- public function __construct()
- {
-
- }
/**
* 首页数据
@@ -21,6 +21,7 @@ class LoginController extends webApp
public function __construct()
+ parent::__construct();
$this->service = new MemberService();
}
@@ -18,6 +18,7 @@ class WalletController extends webApp
$this->service = new MemberWalletService();