|
@@ -385,7 +385,6 @@ public class IpadSendServer {
|
|
|
String amountKey = FEISHU_CLIENT+feiShuDocId;
|
|
String amountKey = FEISHU_CLIENT+feiShuDocId;
|
|
|
//从缓存取出account
|
|
//从缓存取出account
|
|
|
FeishuAccount account = redisCache.getCacheObject(amountKey);
|
|
FeishuAccount account = redisCache.getCacheObject(amountKey);
|
|
|
- log.error("已命中飞书缓存key:{},值:{}",amountKey,account);
|
|
|
|
|
|
|
|
|
|
Client client = buildClient(account);
|
|
Client client = buildClient(account);
|
|
|
|
|
|