补充说明

This commit is contained in:
imsyy 2023-03-23 18:12:28 +08:00
parent 7a3c0375fa
commit 1dd856fc99

View File

@ -78,6 +78,8 @@ itHomeRouter.get("/ithome", async (ctx) => {
if (!data) {
ctx.body = {
code: 500,
title: "IT之家",
subtitle: "热榜",
message: "获取失败",
};
return false;