Authored by 郝肖肖

'baidu-cate-add'

... ... @@ -3487,6 +3487,13 @@ const baiduBrand = {
categoryLv3: '小西装',
categoryLv4: '小西装'
},
458: {
yoho: '渔夫帽',
categoryLv1: '服饰内衣',
categoryLv2: '服饰配件',
categoryLv3: '遮阳帽',
categoryLv4: '遮阳帽'
},
461: {
yoho: '时装鞋',
categoryLv1: '鞋靴',
... ...
... ... @@ -169,8 +169,6 @@ class SeoIndexModel extends global.yoho.BaseModel {
return this.writerGoodsXml(params);
}).then(rdata => {
console.log(`autoGoodsXml: params: ${JSON.stringify(params)}`);
if (rdata.code !== 200) {
global.IS_GOODS_XML_RUN = false;
return {};
... ...