This commit is contained in:
2026-06-22 18:52:10 +08:00
parent 18c222a0b5
commit 752a10dcf2
2 changed files with 2 additions and 0 deletions

View File

@@ -373,6 +373,7 @@ func registerAllProcessors(combService *comb.CombService) {
"IVYZVJJ6": ivyz.ProcessIVYZVJJ6Request, //收入等级tax_income_level_v8
"IVYZX7J9": ivyz.ProcessIVYZX7J9Request, // 学历核验政务
"IVYZFC59": ivyz.ProcessIVYZFC59Request, // 房产核验
"IVYZGJ99": ivyz.ProcessIVYZGJ99Request, // 公积金核验
// COMB系列处理器 - 只注册有自定义逻辑的组合包
"COMB86PM": comb.ProcessCOMB86PMRequest, // 有自定义逻辑重命名ApiCode

View File

@@ -341,6 +341,7 @@ func (s *FormConfigServiceImpl) getDTOStruct(ctx context.Context, apiCode string
"JRZQT57Z": &dto.JRZQT57ZReq{}, //团伙欺诈风险识别
"JRZQX7J9": &dto.IVYZX7J9Req{}, //学历核验政务
"JRZQFC59": &dto.IVYZFC59Req{}, //房产核验
"IVYZGJ99": &dto.IVYZGJ99Req{}, //公积金核验
}
// 优先返回已配置的DTO