1
0
mirror of synced 2026-02-13 07:37:48 +08:00

🎨 #3821 【企业微信】修复 WxCpRedisConfigImpl.getWebhookKey() 方法无限递归调用的问题

This commit is contained in:
Copilot
2025-12-24 16:12:56 +08:00
committed by GitHub
parent f00a71965a
commit 912ba354e9
2 changed files with 49 additions and 1 deletions

View File

@@ -468,7 +468,7 @@ public class WxCpRedisConfigImpl implements WxCpConfigStorage {
@Override
public String getWebhookKey() {
return this.getWebhookKey();
return this.webhookKey;
}
@Override