...
|
...
|
@@ -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 {};
|
...
|
...
|
|