|
|
@@ -129,7 +129,7 @@ class ConsoleController extends BaseController
|
|
|
$get = Yii::$app->request->get();
|
|
|
$version = $get['version'] ?? 1;
|
|
|
|
|
|
- $notice = [['title' => '明天(7号)01:50 ~ 02:00系统升级,暂停使用', 'action' => '注意', 'page' => '']];
|
|
|
+ $notice = [['title' => '明天01:50 ~ 02:00系统升级,暂停使用', 'action' => '注意', 'page' => '']];
|
|
|
//$notice = [];
|
|
|
$mainId = $this->mainId;
|
|
|
$respond = StatSaleClass::profile($mainId);
|