commit
e653a353f2
|
|
@ -38,6 +38,7 @@ module.exports = async (ctx) => {
|
|||
// 存放到缓存区
|
||||
ctx.cache.set(cacheKey, content);
|
||||
news.description = content;
|
||||
news.link = `https://api.xiaoheihe.cn/maxnews/app/share/detail/${newsId}`;
|
||||
}
|
||||
|
||||
return Promise.resolve(news);
|
||||
|
|
|
|||
Loading…
Reference in New Issue