Changes between Version 32 and Version 33 of app2.2.0/order


Ignore:
Timestamp:
11/04/2015 09:18:03 AM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.2.0/order

    v32 v33  
    194194        { 
    195195           orderId: 123456,         //订单id 
    196            orderNo: 20151111123321, //订单编号 
     196           orderNo: "20151111123321", //订单编号 
    197197           enName: "ECCO Men's Dress Moccasin Penny Loafer",        //商品标题 
    198198           property: "Size: 42 M EU / 8-8.5 D(M) US|Color: Black",  //商品参数 有些商品没有参数  此项为"" 
    199            imgUrl: xxx.xxxx...,           //商品图片 
    200            cnPrice: 123.00,               //人民币单价 
    201            frPrice: 20.00,                //美元单价 
    202            itemCnPrice: 123.00            //商品总价  单价*数量 
    203            tariffAmountprice: 120.00,     //关税 
    204            expAmountprice: 123.00,        //运费 
    205            amountPrice: 100000.00,        //订单总价 
    206            status: 1,                     //订单状态 
    207            pastDate: 2015-11-11 11:11:11, //付款过期时间 
    208            quantity: 1,                   //商品数量 
    209            mallId: 123,                   //电商id 
    210            mallName: "美国亚马逊"         //电商名称 
     199           imgUrl: "xxx.xxxx...",           //商品图片 
     200           cnPrice: 123.00,                 //人民币单价 
     201           frPrice: 20.00,                  //美元单价 
     202           itemCnPrice: 123.00              //商品总价  单价*数量 
     203           tariffAmountprice: 120.00,       //关税 
     204           expAmountprice: 123.00,          //运费 
     205           amountPrice: 100000.00,          //订单总价 
     206           status: 1,                       //订单状态 
     207           pastDate: "2015-11-11 11:11:11", //付款过期时间 
     208           quantity: 1,                     //商品数量 
     209           mallId: 123,                     //电商id 
     210           mallName: "美国亚马逊"           //电商名称 
    211211        } 
    212212    ] 
     
    254254    msg: '请求成功', 
    255255    data: { 
    256         pastDate: 2015-11-11 11:11:11,    //付款过期时间 
    257         serviceDate: 2015-11-11 11:11:10, //服务器时间 
     256        pastDate: "2015-11-11 11:11:11",    //付款过期时间 
     257        serviceDate: "2015-11-11 11:11:10", //服务器时间 
    258258        orderId: 123456 
    259259    }