作者 赵彬吉

update

@@ -100,7 +100,7 @@ class ExternalLinks extends BaseCommands @@ -100,7 +100,7 @@ class ExternalLinks extends BaseCommands
100 //chat数据 100 //chat数据
101 for ($i = 1; $i < 12; $i++) { 101 for ($i = 1; $i < 12; $i++) {
102 $date = date("Y-m-d", strtotime(-7 * $i . 'days')); 102 $date = date("Y-m-d", strtotime(-7 * $i . 'days'));
103 - $chat_data[$date] = ceil($total - ($total * rand(5, 10) / 100)); 103 + $chat_data[$date] = 0; //伪造ceil($total - ($total * rand(5, 10) / 100));
104 } 104 }
105 } 105 }
106 $chat_data[date('Y-m-d')] = $data['total']; 106 $chat_data[date('Y-m-d')] = $data['total'];