Changes between Version 59 and Version 60 of app2.2.0/order


Ignore:
Timestamp:
12/18/2015 04:52:35 PM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.2.0/order

    v59 v60  
    411411    serviceDate: 111111111111111111111111, //系统时间 
    412412    data: { 
    413            orderId: 123456,                 //订单id 
    414            orderNo: "20151111123321",       //订单编号 
     413           orderId: 123456,           //订单id 
     414           orderNo: "20151111123321", //订单编号 
     415           enName: "ECCO Men's Dress Moccasin Penny Loafer",        //商品标题 
     416           property: "Size: 42 M EU / 8-8.5 D(M) US|Color: Black",  //商品参数 有些商品没有参数  此项为"" 
     417           imgUrl: "xxx.xxxx...",           //商品图片 
     418           cnPrice: 123.00,                 //人民币单价 
     419           frPrice: 20.00,                  //美元单价 
     420           itemCnPrice: 123.00              //商品总价  单价*数量 
     421           tariffAmountprice: 120.00,       //关税 
     422           expAmountprice: 123.00,          //运费 
    415423           amountPrice: 100000.00,          //订单总价 
    416            status: 0,                       //订单状态 
    417            statusDesc: "待付款"             //订单状态描述 
     424           status: 1,                       //订单状态 
     425           statusDesc: "已取消",            //订单状态描述 
    418426           pastDate: 111111111111111111111, //付款过期时间毫秒数 
     427           quantity: 1,                     //商品数量 
     428           mallId: 123,                     //电商id 
     429           mallName: "美国亚马逊"           //电商名称 
    419430         } 
    420431}