Authored by 郝肖肖

'rp-err-del-cache'

... ... @@ -322,8 +322,7 @@ const rpKeyWordsUrl = (url) => {
return Object.assign({}, ret, {
code: err.statusCode,
data: {
url: url,
cache: err.headers['x-cache-status']
url: url
}
});
});
... ... @@ -370,7 +369,7 @@ const visitKeyWordsUrl = () => {
console.log(`rpKeyWordsUrl => page: ${page}, result: ${JSON.stringify(d)}`);
return d;
});
}, 200);
}, 300);
return page;
});
... ...