Authored by qinchao

pch5切换

... ... @@ -57,4 +57,14 @@ public class Pch5SwitchCtrl {
return httpRestClient.defaultGet( "/pch5Switch/switchAz2?onlineOrGray="+onlineOrGray, BaseResponse.class, null);
}
/**
* az2-node host文件查询
*
*/
@RequestMapping(value = "/getAz2NodeHosts")
@ResponseBody
public BaseResponse getAz2NodeHosts() {
return httpRestClient.defaultGet( "/pch5Switch/getAz2NodeHosts", BaseResponse.class, null);
}
}
... ...