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