|
|
@@ -10,6 +10,7 @@ namespace frontendApi\modules\v1\controllers;
|
|
|
use common\helpers\Cache;
|
|
|
use common\helpers\ChartData;
|
|
|
use common\helpers\Date;
|
|
|
+use common\helpers\Email;
|
|
|
use common\helpers\user\Reconsume;
|
|
|
use common\helpers\user\Info;
|
|
|
use common\models\Ad;
|
|
|
@@ -119,6 +120,8 @@ class DashboardController extends BaseController
|
|
|
$activeEndStr = $activeEndStr. " + $remainMonth months";
|
|
|
$activeEnd = date("Y-m-d H:i:s", strtotime($activeEndStr));
|
|
|
|
|
|
+ Email::sendRegistrationEmail('kevin@elken.com', 'cit', 'cpass');
|
|
|
+
|
|
|
return static::notice([
|
|
|
'nowTime' => $nowTime,
|
|
|
'empLv'=>$empLv,
|