Sfoglia il codice sorgente

修改sop发飞书逻辑7

cgp 3 giorni fa
parent
commit
7ebcfa197d

+ 2 - 2
fs-ipad-task/src/main/java/com/fs/app/service/IpadSendServer.java

@@ -384,8 +384,8 @@ public class IpadSendServer {
             String completeFeiShuLinkUrl = replaceShortLinkInUrl(initUrl, feiShuDocId);
             String amountKey = FEISHU_CLIENT+feiShuDocId;
             //从缓存取出account
-            String accountStr = redisCache.getCacheObject(amountKey);
-            FeishuAccount account = JSONUtil.toBean(accountStr, FeishuAccount.class);
+            FeishuAccount account = redisCache.getCacheObject(amountKey);
+            log.error("已命中飞书缓存key:{},值:{}",amountKey,account);
 
             Client client = buildClient(account);