| | |
| | | |
| | | |
| | | String result = HttpUtil.Post( |
| | | "http://127.0.0.1:8888/machine-fast/serv/api/timer/list", |
| | | "http://47.106.172.9:8888/machine-fast/serv/api/timer/list", |
| | | new Gson().toJson(reqParams) |
| | | ); |
| | | |
| | |
| | | reqParams.setTimerRequest(timerRequest); |
| | | |
| | | String result = HttpUtil.Post( |
| | | "http://127.0.0.1:8888/machine-fast/serv/api/timer/getStreetlightListByTimerId", |
| | | "http://47.106.172.9:8888/machine-fast/serv/api/timer/getStreetlightListByTimerId", |
| | | new Gson().toJson(reqParams) |
| | | ); |
| | | |
| | |
| | | |
| | | |
| | | String result = HttpUtil.Post( |
| | | "http://127.0.0.1:8888/machine-fast/serv/api/timer/listByTimerId", |
| | | "http://47.106.172.9:8888/machine-fast/serv/api/timer/listByTimerId", |
| | | new Gson().toJson(reqParams) |
| | | ); |
| | | |
| | |
| | | |
| | | |
| | | String result = HttpUtil.Post( |
| | | "http://127.0.0.1:8888/machine-fast/serv/api/timer/deleteTimerByTimerId", |
| | | "http://47.106.172.9:8888/machine-fast/serv/api/timer/deleteTimerByTimerId", |
| | | new Gson().toJson(reqParams) |
| | | ); |
| | | |
| | |
| | | |
| | | |
| | | String result = HttpUtil.Post( |
| | | "http://127.0.0.1:8888/machine-fast/serv/api/timer/addTimer", |
| | | "http://47.106.172.9:8888/machine-fast/serv/api/timer/addTimer", |
| | | new Gson().toJson(reqParams) |
| | | ); |
| | | |
| | |
| | | |
| | | |
| | | String result = HttpUtil.Post( |
| | | "http://127.0.0.1:8888/machine-fast/serv/api/timer/updateTimer", |
| | | "http://47.106.172.9:8888/machine-fast/serv/api/timer/updateTimer", |
| | | new Gson().toJson(reqParams) |
| | | ); |
| | | |