|
|
@@ -149,7 +149,7 @@ class ConsoleController extends BaseController
|
|
|
$get = Yii::$app->request->get();
|
|
|
$version = $get['version'] ?? 1;
|
|
|
|
|
|
- $notice = [['title' => '2025年1月1日费率将提升', 'action' => '查看详情', 'page' => '']];
|
|
|
+ $notice = [['title' => '2025年1月1日费率将提升', 'action' => '查看原因', 'page' => '']];
|
|
|
//$notice = [];
|
|
|
$mainId = $this->mainId;
|
|
|
$respond = StatSaleClass::profile($mainId);
|