|
|
@@ -19,7 +19,7 @@ class ConsoleController extends BaseController
|
|
|
{
|
|
|
$asset = MerchantAssetService::getByMerchantId($this->merchantId);
|
|
|
$notice = [
|
|
|
- ['title' => '您还有10天试用期结束 ', 'action' => '立即续费', 'clickHint' => '请在手机上进行续费', 'url' => 'http://www.test.com'],
|
|
|
+ //['title' => '您还有10天试用期结束 ', 'action' => '立即续费', 'clickHint' => '请在手机上进行续费', 'url' => 'http://www.test.com'],
|
|
|
];
|
|
|
//今天访客数
|
|
|
$todayVisit = StatVisitService::getTodayVisitNum($this->merchantId);
|