This commit is contained in:
jojoliang
2021-05-14 20:13:21 +08:00
parent 05379cf310
commit e89b7b088a

View File

@@ -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
}