正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -100,8 +100,8 @@ class Index extends Api | @@ -100,8 +100,8 @@ class Index extends Api | ||
100 | $res=json_decode($res,true); | 100 | $res=json_decode($res,true); |
101 | if($res){ | 101 | if($res){ |
102 | $ress= $this->eqpDataWaterCenInfo($id); | 102 | $ress= $this->eqpDataWaterCenInfo($id); |
103 | - print_r($ress['data']['dayPct']); | ||
104 | - print_r($ress['data']['total']); | 103 | + $res['data']['dayPct']=$ress['data']['dayPct']; |
104 | + $res['data']['total']=$ress['data']['total']; | ||
105 | } | 105 | } |
106 | return $this->success($res['message'],$res['data']); | 106 | return $this->success($res['message'],$res['data']); |
107 | } | 107 | } |
-
请 注册 或 登录 后发表评论