|
|
@@ -73,7 +73,7 @@ async function saveProductInfo(goods, productInfo) { |
|
|
|
console.log( |
|
|
|
`开始保存商品信息: ${goods.goodsSkuSn} - ${new Date().toLocaleString()}` |
|
|
|
); |
|
|
|
const { title, price, sku, remark, screenshotUrl } = productInfo[0]; |
|
|
|
const { title, price, sku, screenshotUrl } = productInfo[0]; |
|
|
|
const res = await axios.post( |
|
|
|
serverClient.baseURL + |
|
|
|
"/system/operationWarnresult/receiveLatestGoodsInfo", |
|
|
@@ -82,7 +82,6 @@ async function saveProductInfo(goods, productInfo) { |
|
|
|
price: price.toString(), |
|
|
|
sku, |
|
|
|
url: goods.goodsSkuUrl, |
|
|
|
remark, |
|
|
|
screenshotUrl: screenshotUrl, |
|
|
|
} |
|
|
|
); |