|
|
@@ -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);
|
|
|
|