diff --git a/lib/v2/jin10/index.js b/lib/v2/jin10/index.js index baa02a5f5..4e5833750 100644 --- a/lib/v2/jin10/index.js +++ b/lib/v2/jin10/index.js @@ -20,7 +20,7 @@ module.exports = async (ctx) => { vip: '1', }, }); - return response.data; + return response.data.filter((item) => item.type !== 1); }, config.cache.routeExpire, false