colly_wyx
2018-05-18 b4bde7598ab60302644add309197f4320f95e15a
Yfs/Api/Data.php
@@ -99,6 +99,7 @@
            if($result){
                $res_avg = $data_daily_service->getUserDataAvg($this->user_id, $this->start_time, $this->end_time);
                if($res_avg < 0.16){
                    $res_status = '绝对安全';
                }
                elseif($res_avg >= 0.16 && $res_avg < 0.8){
@@ -115,7 +116,7 @@
            }
            else{
                $rs['msg'] = '没有数据';
                $rs['info'] = array('data' => array(), 'avg' => 0, 'status' => '安全');
                $rs['info'] = array('data' => array(), 'avg' => 0, 'status' => '绝对安全');
            }
        }
        else{