Browse Source

update

master
jojoliang 4 years ago
parent
commit
e89b7b088a
  1. 1
      crypto/master_kms_cipher.go

1
crypto/master_kms_cipher.go

@ -64,7 +64,6 @@ func (kc *MasterKMSCipher) Encrypt(plaintext []byte) ([]byte, error) {
if err != nil {
return nil, err
}
// https://cloud.tencent.com/document/product/573/34420 文档有误,返回的结果并没有base64编码
return []byte(*resp.Response.CiphertextBlob), nil
}

Loading…
Cancel
Save