Commit 4315d2ad by doszhang

dos

parent 7317edf1
......@@ -58,7 +58,7 @@ class ReportController extends BaseUserController
if (!$channel) {
$channel = '__all__';
}
$url = "http://api2.izhida.cn/tongjiV2/report?app_stat_key=3Hak8h55DnysDSH5&app_stat_secret=zDWAssidakFaFyjH";
$url = "http://api2.izhida.cn/tongjiV2/report?app_stat_key=iQ7zn3Jt6QFCWGaZ&app_stat_secret=jjZ5XXQRDpsm2wMk";
$content = file_get_contents($url);
$data = json_decode($content, true);
$data_list = $data['data'][$channel];
......
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