vod编码
This commit is contained in:
parent
3168a1e913
commit
60df3aeaad
|
@ -70,4 +70,4 @@ def getSignature(procedure=None):
|
|||
Sha1 = Hmac.digest()
|
||||
Signature = bytes(Sha1) + bytes(Original, 'utf-8')
|
||||
Signature2 = base64.b64encode(Signature)
|
||||
return str(Signature2)
|
||||
return str(Signature2, 'UTF-8')
|
||||
|
|
Loading…
Reference in New Issue