|
|
|
|
|
|
|
|
redisWrapManager.delete(VFJ_SESSION_ID_KEY); |
|
|
redisWrapManager.delete(VFJ_SESSION_ID_KEY); |
|
|
return this.excute(req); |
|
|
return this.excute(req); |
|
|
} else if (vfjResponse.getCode().equals("0000")) { |
|
|
} else if (vfjResponse.getCode().equals("0000")) { |
|
|
if (!hasText(vfjResponse.getBuzzData())) |
|
|
|
|
|
throw GlyServiceError.BUSINESS_VALIDATE_ERR.toHandleException("接口错误:无返回信息!"); |
|
|
|
|
|
return vfjResponse.getBuzzData(); |
|
|
return vfjResponse.getBuzzData(); |
|
|
} else { |
|
|
} else { |
|
|
throw GlyServiceError.BUSINESS_VALIDATE_ERR.toHandleException("接口错误:" + vfjResponse.getMsg()); |
|
|
throw GlyServiceError.BUSINESS_VALIDATE_ERR.toHandleException("接口错误:" + vfjResponse.getMsg()); |