Browse Source

更改

master
liangchao 2 days ago
parent
commit
8e4a92bbfc

+ 1
- 0
zhywpt-service-inss/src/main/java/cn/com/taiji/inss/manager/vfj/AbstractHandleManager.java View File

@@ -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…
Cancel
Save