| | |
| | | reqParams.setUserId(userId); |
| | | |
| | | String result = HttpUtil.Post( |
| | | "http://127.0.0.1:8888/machine-fast/serv/api/pole/polestreetlight/listWithNotStatus", |
| | | "http://47.106.172.9:8888/machine-fast/serv/api/pole/polestreetlight/listWithNotStatus", |
| | | new Gson().toJson(reqParams) |
| | | ); |
| | | |
| | |
| | | reqParams.setUserId(userId); |
| | | |
| | | String result = HttpUtil.Post( |
| | | "http://127.0.0.1:8888/machine-fast/serv/api/pole/polestreetlight/getStatusById", |
| | | "http://47.106.172.9:8888/machine-fast/serv/api/pole/polestreetlight/getStatusById", |
| | | new Gson().toJson(reqParams) |
| | | ); |
| | | |
| | |
| | | |
| | | |
| | | String result = HttpUtil.Post( |
| | | "http://127.0.0.1:8888/machine-fast/serv/api/pole/polestreetlight/lightBatch", |
| | | "http://47.106.172.9:8888/machine-fast/serv/api/pole/polestreetlight/lightBatch", |
| | | new Gson().toJson(reqParams) |
| | | ); |
| | | |