bugfix
This commit is contained in:
parent
f133b413ff
commit
917e95150a
@ -32,7 +32,7 @@ class WechatGateway(Gateway):
|
||||
|
||||
# 加载私钥
|
||||
self._private_key = serialization.load_pem_private_key(
|
||||
private_key_pem.encode(),
|
||||
private_key_pem,
|
||||
password=None,
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user