diff --git a/lib/routes/nga/forum.js b/lib/routes/nga/forum.js index bf50f12c4b..abc5daf202 100644 --- a/lib/routes/nga/forum.js +++ b/lib/routes/nga/forum.js @@ -46,7 +46,7 @@ module.exports = async (ctx) => { }, }); - return formatContent(response.data.result[0].content); + return response.data.code === 0 ? formatContent(response.data.result[0].content) : response.data.msg; }); item.description = description;