Showing
1 changed file
with
2 additions
and
4 deletions
@@ -357,10 +357,8 @@ const visitKeyWordsUrl = () => { | @@ -357,10 +357,8 @@ const visitKeyWordsUrl = () => { | ||
357 | 357 | ||
358 | // TODO 纪录已经推送的关键词 | 358 | // TODO 纪录已经推送的关键词 |
359 | ddata.push( | 359 | ddata.push( |
360 | - rpKeyWordsUrl(`https://www1.yohobuy.com/so/${buff}.html`), | ||
361 | - rpKeyWordsUrl(`https://www2.yohobuy.com/so/${buff}.html`), | ||
362 | - rpKeyWordsUrl(`https://m1.yohobuy.com/so/${buff}.html`), | ||
363 | - rpKeyWordsUrl(`https://m2.yohobuy.com/so/${buff}.html`) | 360 | + rpKeyWordsUrl(`https://www.yohobuy.com/so/${buff}.html`), |
361 | + rpKeyWordsUrl(`https://m.yohobuy.com/so/${buff}.html`) | ||
364 | ); | 362 | ); |
365 | }); | 363 | }); |
366 | 364 |
-
Please register or login to post a comment