瀏覽代碼

更改

master
liangchao 2 天之前
父節點
當前提交
8e4a92bbfc

+ 1
- 0
zhywpt-service-inss/src/main/java/cn/com/taiji/inss/manager/vfj/AbstractHandleManager.java 查看文件

@@ -62,6 +62,7 @@ public abstract class AbstractHandleManager extends AbstractManager {
VfjCommonResponse vfjResponse = HttpClientHelper.jsonPost(VfjCommonResponse.class, vfjConfig.getUrl(), vfjRequest.toJson());
logger.info("vfj response:{}", vfjResponse.toJson());
if (vfjResponse.getCode().equals("E9997")) {
logger.error("VFJ调用失败:{}", vfjResponse.toJson());
redisWrapManager.delete(VFJ_SESSION_ID_KEY);
return this.excute(req);
} else if (vfjResponse.getCode().equals("0000")) {

Loading…
取消
儲存