Merge branch 'master-server' of http://47.244.231.31:8099/zhl/globalso-v6
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论