wiki:app2.2.0/goods

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

--

商品

商品选择

线上:/appIntf/goods/showGoods.jsp

说明

商品选择页面

提交方式

post

是否需要登录

false

缓存方式

缓存时间

参数

参数名 参数含义 类型 默认值 是否必须
topicId爆料idstring""

返回

打开页面

商品信息确认

线上:/appIntf/goods/checkGoods.jsp

说明

展示用户要下单的商品

提交方式

post

是否需要登录

true

缓存方式

缓存时间

参数

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

返回

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