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


Ignore:
Timestamp:
11/02/2015 02:51:46 PM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.2.0/refund

    v7 v8  
    3636**返回** 
    3737{{{#!java 
    38 打开页面 
     38result { 
     39        status: 1, 
     40        msg: '请求成功', 
     41        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: "美国亚马逊"  //电商名称 
     54        } 
     55} 
    3956}}} 
    4057