Commit 5506d5b8 by doszhang

Update ReportController.class.php

parent 1ad95997
......@@ -13,7 +13,7 @@ class ReportController extends AdminController
if (!$channel) {
$channel = '__all__';
}
$url = "http://api2.izhida.cn/tongjiV2/report?app_stat_key=3E6Z8ASnQe6Hy3ne&app_stat_secret=mc5dkiRz3NCZdc4B";
$url = "http://api2.izhida.cn/tongjiV2/report?app_stat_key=nTPR2HCYPZrcPaEs&app_stat_secret=QJQSWXYyHpnhm3xk";
$content = file_get_contents($url);
$data = json_decode($content, true);
$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