Authored by qinchao

pch5切换

... ... @@ -211,7 +211,7 @@ public class Pch5SwitchCtrl {
//TODO 检查是否灰度
String hostFileContent=exe("pch5_get.py");
if(StringUtils.isNotBlank(hostFileContent)&&hostFileContent.indexOf("gray")>=0){
az2InGray=false;
az2InGray=true;
}
}
... ...