作者 lyh

Merge branch 'master-server' of http://47.244.231.31:8099/zhl/globalso-v6

@@ -90,6 +90,7 @@ class MonthReportController extends BaseController @@ -90,6 +90,7 @@ class MonthReportController extends BaseController
90 90
91 $info['remain_day'] = $this->user['remain_day'];//剩余服务天数 91 $info['remain_day'] = $this->user['remain_day'];//剩余服务天数
92 $info['speed'] = round((0.3 + mt_rand()/mt_getrandmax() * (1-0.3)),2); 92 $info['speed'] = round((0.3 + mt_rand()/mt_getrandmax() * (1-0.3)),2);
  93 + $info['month_total'] = (int)$info['month_total'];
93 $this->response('success',Code::SUCCESS,$info); 94 $this->response('success',Code::SUCCESS,$info);
94 } 95 }
95 } 96 }