@@ -65,8 +65,6 @@ public abstract class AbstractHandleManager extends AbstractManager { | |||
redisWrapManager.delete(VFJ_SESSION_ID_KEY); | |||
return this.excute(req); | |||
} else if (vfjResponse.getCode().equals("0000")) { | |||
if (!hasText(vfjResponse.getBuzzData())) | |||
throw GlyServiceError.BUSINESS_VALIDATE_ERR.toHandleException("接口错误:无返回信息!"); | |||
return vfjResponse.getBuzzData(); | |||
} else { | |||
throw GlyServiceError.BUSINESS_VALIDATE_ERR.toHandleException("接口错误:" + vfjResponse.getMsg()); |