新增错误标题
This commit is contained in:
parent
1a0384e820
commit
7a3c0375fa
@ -66,6 +66,8 @@ krRouter.get("/36kr", async (ctx) => {
|
|||||||
console.error(error);
|
console.error(error);
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "36氪",
|
||||||
|
subtitle: "热榜",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -120,6 +122,8 @@ krRouter.get("/36kr/new", async (ctx) => {
|
|||||||
// 如果缓存中也没有数据,则返回错误信息
|
// 如果缓存中也没有数据,则返回错误信息
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "36氪",
|
||||||
|
subtitle: "热榜",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -54,6 +54,8 @@ baiduRouter.get("/baidu", async (ctx) => {
|
|||||||
if (!data) {
|
if (!data) {
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "百度",
|
||||||
|
subtitle: "热搜榜",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
return false;
|
return false;
|
||||||
@ -123,6 +125,8 @@ baiduRouter.get("/baidu/new", async (ctx) => {
|
|||||||
// 如果缓存中也没有数据,则返回错误信息
|
// 如果缓存中也没有数据,则返回错误信息
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "百度",
|
||||||
|
subtitle: "热搜榜",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -61,6 +61,8 @@ bilibiliRouter.get("/bilibili", async (ctx) => {
|
|||||||
console.error(error);
|
console.error(error);
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "哔哩哔哩",
|
||||||
|
subtitle: "热门榜",
|
||||||
message: "哔哩哔哩热门榜获取失败",
|
message: "哔哩哔哩热门榜获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -109,7 +111,9 @@ bilibiliRouter.get("/bilibili/new", async (ctx) => {
|
|||||||
// 如果缓存中也没有数据,则返回错误信息
|
// 如果缓存中也没有数据,则返回错误信息
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
message: "哔哩哔哩热门榜获取失败",
|
title: "哔哩哔哩",
|
||||||
|
subtitle: "热门榜",
|
||||||
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -36,6 +36,7 @@ const getData = (data) => {
|
|||||||
.load(newListHtml)(".placeholder")
|
.load(newListHtml)(".placeholder")
|
||||||
.get()
|
.get()
|
||||||
.map((v) => {
|
.map((v) => {
|
||||||
|
console.log($(v));
|
||||||
dataList.push({
|
dataList.push({
|
||||||
title: $(v).find(".plc-title").text(),
|
title: $(v).find(".plc-title").text(),
|
||||||
img: $(v).find("img").attr("data-original"),
|
img: $(v).find("img").attr("data-original"),
|
||||||
@ -98,6 +99,8 @@ itHomeRouter.get("/ithome", async (ctx) => {
|
|||||||
console.error(error);
|
console.error(error);
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "IT之家",
|
||||||
|
subtitle: "热榜",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -146,6 +149,8 @@ itHomeRouter.get("/ithome/new", async (ctx) => {
|
|||||||
// 如果缓存中也没有数据,则返回错误信息
|
// 如果缓存中也没有数据,则返回错误信息
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "IT之家",
|
||||||
|
subtitle: "热榜",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -58,6 +58,8 @@ juejinRouter.get("/juejin", async (ctx) => {
|
|||||||
console.error(error);
|
console.error(error);
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "稀土掘金",
|
||||||
|
subtitle: "热榜",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -106,6 +108,8 @@ juejinRouter.get("/juejin/new", async (ctx) => {
|
|||||||
// 如果缓存中也没有数据,则返回错误信息
|
// 如果缓存中也没有数据,则返回错误信息
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "稀土掘金",
|
||||||
|
subtitle: "热榜",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -60,6 +60,8 @@ newsqqRouter.get("/newsqq", async (ctx) => {
|
|||||||
console.error(error);
|
console.error(error);
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "腾讯新闻",
|
||||||
|
subtitle: "热点榜",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -108,6 +110,8 @@ newsqqRouter.get("/newsqq/new", async (ctx) => {
|
|||||||
// 如果缓存中也没有数据,则返回错误信息
|
// 如果缓存中也没有数据,则返回错误信息
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "腾讯新闻",
|
||||||
|
subtitle: "热点榜",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -60,6 +60,8 @@ sspaiRouter.get("/sspai", async (ctx) => {
|
|||||||
console.error(error);
|
console.error(error);
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "少数派",
|
||||||
|
subtitle: "最热",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -108,6 +110,8 @@ sspaiRouter.get("/sspai/new", async (ctx) => {
|
|||||||
// 如果缓存中也没有数据,则返回错误信息
|
// 如果缓存中也没有数据,则返回错误信息
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "少数派",
|
||||||
|
subtitle: "最热",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -59,6 +59,8 @@ thepaperRouter.get("/thepaper", async (ctx) => {
|
|||||||
console.error(error);
|
console.error(error);
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "澎湃新闻",
|
||||||
|
subtitle: "热榜",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -107,6 +109,8 @@ thepaperRouter.get("/thepaper/new", async (ctx) => {
|
|||||||
// 如果缓存中也没有数据,则返回错误信息
|
// 如果缓存中也没有数据,则返回错误信息
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "澎湃新闻",
|
||||||
|
subtitle: "热榜",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -59,6 +59,8 @@ tiebaRouter.get("/tieba", async (ctx) => {
|
|||||||
console.error(error);
|
console.error(error);
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "百度贴吧",
|
||||||
|
subtitle: "热议榜",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -107,6 +109,8 @@ tiebaRouter.get("/tieba/new", async (ctx) => {
|
|||||||
// 如果缓存中也没有数据,则返回错误信息
|
// 如果缓存中也没有数据,则返回错误信息
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "百度贴吧",
|
||||||
|
subtitle: "热议榜",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -58,6 +58,8 @@ toutiaoRouter.get("/toutiao", async (ctx) => {
|
|||||||
console.error(error);
|
console.error(error);
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "今日头条",
|
||||||
|
subtitle: "热榜",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -106,6 +108,8 @@ toutiaoRouter.get("/toutiao/new", async (ctx) => {
|
|||||||
// 如果缓存中也没有数据,则返回错误信息
|
// 如果缓存中也没有数据,则返回错误信息
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "今日头条",
|
||||||
|
subtitle: "热榜",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -71,6 +71,8 @@ weiboRouter.get("/weibo", async (ctx) => {
|
|||||||
console.error(error);
|
console.error(error);
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "微博",
|
||||||
|
subtitle: "热搜榜",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -119,6 +121,8 @@ weiboRouter.get("/weibo/new", async (ctx) => {
|
|||||||
// 如果缓存中也没有数据,则返回错误信息
|
// 如果缓存中也没有数据,则返回错误信息
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "微博",
|
||||||
|
subtitle: "热搜榜",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -80,6 +80,8 @@ zhihuRouter.get("/zhihu", async (ctx) => {
|
|||||||
console.error(error);
|
console.error(error);
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "知乎",
|
||||||
|
subtitle: "热榜",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -128,6 +130,8 @@ zhihuRouter.get("/zhihu/new", async (ctx) => {
|
|||||||
// 如果缓存中也没有数据,则返回错误信息
|
// 如果缓存中也没有数据,则返回错误信息
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
|
title: "知乎",
|
||||||
|
subtitle: "热榜",
|
||||||
message: "获取失败",
|
message: "获取失败",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user