...
|
...
|
@@ -209,7 +209,7 @@ class Index extends Api |
|
|
$data=['wid'=>$id];
|
|
|
$res =HttpHelper::postheader($url,$data,"",$token);
|
|
|
$res=json_decode($res,true);
|
|
|
return $res;
|
|
|
return $this->success($res['message'],$res['data']);
|
|
|
}
|
|
|
//-获得水表列表
|
|
|
public function getDataWaterCenInfo($id){
|
...
|
...
|
|