This commit is contained in:
Cloud
2019-08-03 14:03:22 +08:00
committed by DIYgod
parent 406a78db02
commit ce345fa891

View File

@@ -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;