if(po==null){
/*String ckey=ai.getControllerKey();
if(ckey.contains("webadmin")){
ctrl.redirect(ctrl.getRequest().getContextPath()+"/webadmin");
}else*/
ctrl.renderText("{\"statusCode\":301,\"message\":\"登录超时,请重新登录!\"}");
}else{
/*boolean v=true;
String code=null;
PowerBind p=ai.getController().getClass().getAnnotation(PowerBind.class);
if(p!=null){