|
|
@@ -129,8 +129,8 @@ class ConsoleController extends BaseController
|
|
|
$get = Yii::$app->request->get();
|
|
|
$version = $get['version'] ?? 1;
|
|
|
|
|
|
- $notice = [['title' => '今晚凌晨01:50~02:00系统升级,暂停使用', 'action' => '-', 'page' => '']];
|
|
|
- //$notice = [];
|
|
|
+ //$notice = [['title' => '今晚凌晨01:50~02:00系统升级,暂停使用', 'action' => '-', 'page' => '']];
|
|
|
+ $notice = [];
|
|
|
$mainId = $this->mainId;
|
|
|
$respond = StatSaleClass::profile($mainId);
|
|
|
$incomeList = $respond['income'] ?? [];
|