Commit d457abe6 by doszhang

dos

parent 4e07ac14
...@@ -13,7 +13,7 @@ class ReportController extends AdminController ...@@ -13,7 +13,7 @@ class ReportController extends AdminController
if (!$channel) { if (!$channel) {
$channel = '__all__'; $channel = '__all__';
} }
$url = "http://api2.izhida.cn/tongjiV2/report?app_stat_key=C58HSDz2J8pHc388&app_stat_secret=8yWsM7Z6NjBxNGsz"; $url = "http://api2.izhida.cn/tongjiV2/report?app_stat_key=3E6Z8ASnQe6Hy3ne&app_stat_secret=mc5dkiRz3NCZdc4B";
$content = file_get_contents($url); $content = file_get_contents($url);
$data = json_decode($content, true); $data = json_decode($content, true);
$data_list = $data['data']; $data_list = $data['data'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment