This commit is contained in:
2026-06-12 11:39:34 +08:00
parent 133e9eed5b
commit f45528d222
+1
View File
@@ -404,6 +404,7 @@ def _get_wechat_client(
"appid": appid,
"apiv3_key": api_v3_key,
"notify_url": notify_url,
"logger": logger,
}
# 如果配置了 public_key 和 public_key_id,就使用它们,否则不设置
if public_key and public_key_id: