|
|
@@ -13,13 +13,13 @@ use common\components\util;
|
|
|
|
|
|
class ConsoleController extends BaseController
|
|
|
{
|
|
|
-
|
|
|
+
|
|
|
//概况 shish 2019.12.19
|
|
|
public function actionProfile()
|
|
|
{
|
|
|
$asset = MerchantAssetService::getByMerchantId($this->merchantId);
|
|
|
$notice = [
|
|
|
- ['title' => '您还没有绑定公众号', 'action' => '立即绑定', 'url' => 'http://www.test.com'],
|
|
|
+ //['title' => '您还没有绑定公众号', 'action' => '立即绑定', 'url' => 'http://www.test.com'],
|
|
|
];
|
|
|
//今天访客数
|
|
|
$todayVisit = StatVisitService::getTodayVisitNum($this->merchantId);
|