Changes between Version 8 and Version 9 of app2.2.0/refund


Ignore:
Timestamp:
11/02/2015 03:09:14 PM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.2.0/refund

    v8 v9  
    4040        msg: '请求成功', 
    4141        data: { 
    42            goodsItemId: 123456, 
    43            outerId: BO1234564, //outerId 
    44            enName: "ECCO Men's Dress Moccasin Penny Loafer",        //商品标题 
    45            parameter: "Size: 42 M EU / 8-8.5 D(M) US|Color: Black", //商品参数  有些商品没有参数  此项为"" 
    46            imgUrl: xxx.xxxx...,    //商品图片 
    47            cnPrice: 123.00,        //人民币单价 
    48            frPrice: 20.00,         //美元单价 
    49            tariffCharge: 120.00,   //关税 
    50            expCharge: 123.00,      //运费 
    51            totalPrice: 100000.00,  //订单总价 
    52            mallId: 123,            //电商id 
    53            mallName: "美国亚马逊"  //电商名称 
     42           accountName: "tom",   //用户账号名称 
     43           title: "赔付成功",    //处理结果标题 
     44           result: "......, 请注意查收!"    //结果说明 
    5445        } 
    5546}