This commit is contained in:
李子铭 2025-03-12 11:19:51 +08:00
parent 51f79d2cd4
commit c8a6b557a9
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ func (s *CmbMixRepoImpl) GetResponse(_ context.Context, reqBo *bo.CmbResponseBo)
} }
if len(reqBo.BizContent) > 0 { if len(reqBo.BizContent) > 0 {
encryptBody, err := cmb.Encrypt(s.bc.Cmb.Sm2Puk, reqBo.BizContent) encryptBody, err := cmb.Encrypt(s.bc.Cmb.CmbSm2Puk, reqBo.BizContent)
if err != nil { if err != nil {
return nil, err return nil, err
} }