This commit is contained in:
2025-06-16 15:15:57 +08:00
parent ef286a2466
commit 9efeae1fed
3 changed files with 4 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ func (l *IVYZ5733Logic) IVYZ5733(req *types.Request) (resp string, err *errs.App
logx.Infof("交易号:%s", transactionID)
apiRequest := common.MapStructToAPIRequest(encryptedFields, westmodel.IVYZ5733FieldMapping, "data")
westResp, callAPIErr := l.svcCtx.WestDexService.CallAPI("G34BJ03", apiRequest, l.svcCtx.Config.WestConfig.SecretId)
westResp, callAPIErr := l.svcCtx.WestDexService.CallAPI("G09GX01", apiRequest, l.svcCtx.Config.WestConfig.SecretId)
if callAPIErr != nil {
if callAPIErr.Code == errs.ErrDataSource.Code {
return "", callAPIErr