andiris29 / qingshow

倾秀:女装搭配
3 stars 1 forks source link

[开发服务器] 爬虫工作不正确:55d5856c38dadbed5a99d782 #1386

Closed andiris29 closed 9 years ago

andiris29 commented 9 years ago

item/sync 结果

{
  "data": {
    "item": {
      "__v": 1,
      "_id": "55d5856c38dadbed5a99d782",
      "categoryRef": "5593b7d638dadbed5a998b75",
      "delist": null,
      "name": "MO&Co秋装新款显瘦字母印花背心",
      "readOnly": false,
      "shopRef": "55f8d1baf299cc734c10948b",
      "source": "https://detail.tmall.com/item.htm?spm=a1z10.15-b.w4011-11796610954.349.jvs2ym&id=45416743130&rn=228e1588dbfabc1eb7efd30a60a44a66&abbucket=17&skuId=91464591747",
      "sync": "2015-09-16T02:19:38.299Z",
      "thumbnail": "http://trial01.focosee.com/cs/0070819/a15.jpg",
      "syncEnabled": true,
      "create": "2015-09-07T17:00:03.902Z",
      "skuProperties": []
    }
  },
  "metadata": {}
}
hashmaparraylist commented 9 years ago

解析每个sku时出下列错误 "Parse item :45416743130 key: 91464591746 error."

IF的地方拿promotion.promText的地方出错

if (promotion.promText.indexOf("登录") !== -1) {
    price = parseFloat(priceInfo[key].price);
} else {
    price = parseFloat(priceInfo[key].promotionList[0].price);
}

实际上promotioin里没有promText这个field

promotion
Object
amountPromLimit: 0
amountRestriction: ""
basePriceType: "IcPrice"
canBuyCouponNum: 0
endTime: 1443605999000
extraPromTextType: 0
extraPromType: 0
limitProm: false
postageFree: false
price: "399.00"
promType: "normal"
start: false
startTime: 1439545140000
status: 2
tfCartSupport: false
tmallCartSupport: false
type: "促销价"
unLogBrandMember: false
unLogShopVip: false
unLogTbvip: false