1、股东人企关系精准版加密方式修改 2、CallAPI传参方式修改

This commit is contained in:
2024-10-24 18:05:13 +08:00
parent c27cb87ed2
commit 2dca92f4dd
36 changed files with 60 additions and 44 deletions

View File

@@ -86,7 +86,7 @@ func (l *IVYZADEELogic) IVYZADEE(req *types.Request) (resp string, err *errs.App
//logx.Infof("交易号:%s", transactionID)
//apiRequest := common.MapStructToAPIRequest(encryptedFields, westmodel.FLXGDEC7FieldMapping, "data")
//
//westResp, callAPIErr := l.svcCtx.WestDexService.CallAPI("idCardThreeElements", apiRequest)
//westResp, callAPIErr := l.svcCtx.WestDexService.CallAPI("idCardThreeElements", apiRequest, l.svcCtx.Config.WestConfig.SecretId)
//if callAPIErr != nil {
// return "", errs.ErrSystem
//}