Authored by 郝肖肖

'rp-err-del-cache'

@@ -322,8 +322,7 @@ const rpKeyWordsUrl = (url) => { @@ -322,8 +322,7 @@ const rpKeyWordsUrl = (url) => {
322 return Object.assign({}, ret, { 322 return Object.assign({}, ret, {
323 code: err.statusCode, 323 code: err.statusCode,
324 data: { 324 data: {
325 - url: url,  
326 - cache: err.headers['x-cache-status'] 325 + url: url
327 } 326 }
328 }); 327 });
329 }); 328 });
@@ -370,7 +369,7 @@ const visitKeyWordsUrl = () => { @@ -370,7 +369,7 @@ const visitKeyWordsUrl = () => {
370 console.log(`rpKeyWordsUrl => page: ${page}, result: ${JSON.stringify(d)}`); 369 console.log(`rpKeyWordsUrl => page: ${page}, result: ${JSON.stringify(d)}`);
371 return d; 370 return d;
372 }); 371 });
373 - }, 200); 372 + }, 300);
374 373
375 return page; 374 return page;
376 }); 375 });