mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 21:47:57 +08:00
fix: nga (#2758)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user