...
|
...
|
@@ -11,7 +11,7 @@ const util = require(`${ROOT_PATH}/libs/util`); |
|
|
const redis = require(`${ROOT_PATH}/libs/redis`);
|
|
|
const baiduBrand = require('./baidu-brand');
|
|
|
const SIZE = 1000;
|
|
|
const GOODS_URL = 'http://spiderwebhook.yoho.cn/dist/goods-xml';
|
|
|
const GOODS_URL = 'https://www.yohobuy.com/xml-data/goods-xml';
|
|
|
|
|
|
class SeoIndexModel extends global.yoho.BaseModel {
|
|
|
constructor(ctx) {
|
...
|
...
|
|