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