1
This commit is contained in:
@@ -404,6 +404,7 @@ def _get_wechat_client(
|
|||||||
"appid": appid,
|
"appid": appid,
|
||||||
"apiv3_key": api_v3_key,
|
"apiv3_key": api_v3_key,
|
||||||
"notify_url": notify_url,
|
"notify_url": notify_url,
|
||||||
|
"logger": logger,
|
||||||
}
|
}
|
||||||
# 如果配置了 public_key 和 public_key_id,就使用它们,否则不设置
|
# 如果配置了 public_key 和 public_key_id,就使用它们,否则不设置
|
||||||
if public_key and public_key_id:
|
if public_key and public_key_id:
|
||||||
|
|||||||
Reference in New Issue
Block a user