|
|
@@ -16,7 +16,7 @@ class ConsoleController extends BaseController
|
|
|
$notice = [
|
|
|
['title' => '您还没有绑定公众号', 'action' => '立即绑定', 'url' => 'http://www.test.com'],
|
|
|
];
|
|
|
- $todayData = ['visit' => rand(9, 99), 'fans' => rand(9, 99), 'user' => rand(9, 99)];
|
|
|
+ $todayData = ['visit' => rand(9, 99), 'fans' => rand(9, 99), 'user' => rand(9, 99),'income'=>rand(11,999)];
|
|
|
util::success(['asset' => $asset, 'notice' => $notice, 'todayData' => $todayData]);
|
|
|
}
|
|
|
|