diff --git a/lib/routes/coolapk/huati.js b/lib/routes/coolapk/huati.js index 6357f1ba2..0757cc34c 100644 --- a/lib/routes/coolapk/huati.js +++ b/lib/routes/coolapk/huati.js @@ -16,8 +16,8 @@ module.exports = async (ctx) => { if (item.type === 12) { // 图文内容 return utils.parseTuwen(item, ctx); - } else if (item.type === 0) { - // 动态内容 + } else if (item.type === 0 || item.type === 20) { + // 0:动态内容,20:交易动态 return utils.parseDongtai(item, ctx); } else { return null;