This commit is contained in:
Mrx
2026-03-26 16:08:48 +08:00
parent e095553ba8
commit a6a2d8d9c5
2 changed files with 105 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ func (s *EnterpriseInfoSubmitRecordService) ValidateWithWestdex(ctx context.Cont
// 调用QYGL23T7处理器进行验证
responseBytes, err := qygl.ProcessQYGL23T7Request(ctx, paramsBytes, deps)
if err != nil {
// 检查是否是数据源错误
// 检查是否是数据源错误企业信息不一致
if errors.Is(err, processors.ErrDatasource) {
return fmt.Errorf("数据源异常: %w", err)
}