|
|
@@ -149,7 +149,7 @@ class ConsoleController extends BaseController
|
|
|
$get = Yii::$app->request->get();
|
|
|
$version = $get['version'] ?? 1;
|
|
|
|
|
|
- $notice = [['title' => '2月5号起,续年费涨600,请提前安排', 'action' => '提前续', 'page' => '/admin/notice/fee']];
|
|
|
+ $notice = [['title' => '2月5号起,续年费涨600,请提前安排', 'action' => '如何续', 'page' => '/admin/notice/fee']];
|
|
|
//$notice = [];
|
|
|
$mainId = $this->mainId;
|
|
|
$respond = StatSaleClass::profile($mainId);
|