wiki:app2.2.0/goods

Version 4 (modified by wuyuanbo, 10 years ago) (diff)

--

Table of Contents

  1. 商品信息确认

商品

商品信息确认

线上: /app/topicType/cache/listTopicType.do

说明

展示用户要下单的商品

提交方式

post

是否需要登录

true

缓存方式

缓存时间

参数

参数名 参数含义 类型 默认值 是否必须
outerId商品outerIdstring""
common_session_id-string""

返回

result {
        status: 1,
        msg: '请求成功',
        data: {
           outerId: BO1234564 //outerId
           enName: "ECCO Men's Dress Moccasin Penny Loafer",        //商品标题
           parameter: "Size: 42 M EU / 8-8.5 D(M) US|Color: Black", //商品参数
           cnPrice: 123.00,        //人民币单价
           frPrice: 20.00,         //美元单价
           realExpPrice: 120.00,   //关税
           realExpPrice: 123.00,   //运费
           amountPrice: 100000.00, //订单总价
           mallId: 123 //电商id
           mallName: "美国亚马逊" //电商名称
        }
}