Authored by qinchao

pch5切换

... ... @@ -435,6 +435,15 @@ public class Pch5SwitchCtrl {
return sb.toString();
}
@RequestMapping(value = "/getAz2NodeHosts")
@ResponseBody
public BaseResponse getAz2NodeHosts() {
BaseResponse rnt=new BaseResponse();
String mm = exe("pch5_get.py");
rnt.setData(mm);
return rnt;
}
@RequestMapping(value = "/testSwitchHost")
@ResponseBody
... ...