Changes between Version 14 and Version 15 of app2.2.0/goods


Ignore:
Timestamp:
10/26/2015 11:16:42 AM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.2.0/goods

    v14 v15  
    7878        msg: '请求成功', 
    7979        data: { 
    80            goodsItemId: 123456 
    81            outerId: BO1234564 //outerId 
     80           goodsItemId: 123456, 
     81           outerId: BO1234564, //outerId 
    8282           enName: "ECCO Men's Dress Moccasin Penny Loafer",        //商品标题 
    8383           parameter: "Size: 42 M EU / 8-8.5 D(M) US|Color: Black", //商品参数  有些商品没有参数  此项为"" 
    84            imgUrl: xxx.xxxx...      //商品图片 
     84           imgUrl: xxx.xxxx...,    //商品图片 
    8585           cnPrice: 123.00,        //人民币单价 
    8686           frPrice: 20.00,         //美元单价 
    8787           tariffCharge: 120.00,   //关税 
    8888           expCharge: 123.00,      //运费 
    89            totalPrice: 100000.00, //订单总价 
    90            mallId: 123             //电商id 
     89           totalPrice: 100000.00,  //订单总价 
     90           mallId: 123,            //电商id 
    9191           mallName: "美国亚马逊"  //电商名称 
    9292        }