Authored by mali

接口

... ... @@ -907,6 +907,157 @@
### 返回
``` json
{
"code": 200,
"data": {
"baseProductInfo": { // 基本信息
"baseProduct": {
"ageLevel": "1",
"attribute": 1,
"brandFolder": 0,
"brandId": 175,
"cnAlphabet": "TuanYiFuGuHuaWenManBenTuAnNiuPiZhiBiJiBen",
"createTime": 1308904880,
"editTime": 0,
"expectArrivalTime": 0,
"expectShelfTime": 0,
"factoryCode": "",
"gender": "3",
"goodsSeason": 0,
"goodsYears": 0,
"isAdvance": "N",
"isDown": "N",
"isJit": "N",
"isLimitbuy": "N",
"isLimited": "N",
"isPromotionalGifts": "N",
"isRetrieval": "N",
"isSales": "Y",
"isSpecial": "N",
"limitEndTime": 0,
"limitStartTime": 0,
"maxSortId": 10,
"middleSortId": 101,
"outletsSetting": "B",
"productName": "团一复古花纹满本图案牛皮纸笔记本",
"productSkn": 50000055,
"productStyle": "个性,原创,创意,办公,家居",
"salableTime": "0",
"seasons": "",
"seriesId": 0,
"shopId": 0,
"smallSortId": 111,
"sortId": 0,
"style": "个性,原创,创意,办公,家居",
"supplierId": 0
}
},
"collocationList": [ // 搭配信息
{
"content": "content1",
"createTime": 1457083379,
"id": 28952,
"imageUrl": "http:///goodsimgimageUrl1?imageView/1/w/150/h/150",
"orderBy": 1,
"productSkn": 50000055
}
],
"goodsImagesList": [ // 封面信息
{
"angle": 0,
"genderCover": 2,
"id": 3,
"imageUrl": "imageUrl",
"isDefault": "Y",
"orderBy": 2,
"productSkc": 7661,
"productSkn": 50000055,
"status": 1
}
],
"goodsList": [ // 商品列表
{
"colorId": 11,
"createTime": 0,
"factoryCode": "NB T-BOOK 0084NB",
"goodsColorImage": "/2011/06/24/13/02e571a64cea3ea8e734f8f0aae790fb4f.jpg",
"goodsName": "粉",
"isDefault": "Y",
"productSkc": 7661,
"productSkn": 50000055,
"status": 0,
"updateTime": 0
}
],
"modelTryList": [ // 模特试穿
{
"avatar": "",
"fitModelBo": {
"feel": "合适",
"feel_id": 1,
"fit_remark": "",
"fit_size": "S",
"model_id": 19
},
"modelName": "sdf",
"vitalStatistics": ""
}
],
"modelcardList": [ // 模特卡
{
"modelImg": "http://img12.static.yhbimg.com/modelCard/2012/03/09/14/025511fa559a15b2f38a5dddb80d92e251.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
"modelName": "郭冠",
"modelcardId": 5,
"productId": 5675,
"size": "M",
"sortId": 1
},
{
"modelImg": "http://img12.static.yhbimg.com/modelCard/2012/03/12/11/02597b14bb6c8abcd650dcaee67dd1de4e.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
"modelName": "杨亚运",
"modelcardId": 7,
"productId": 5675,
"sortId": 1
}
],
"productExtBo": { //商品扩展属性
"isHostsell": "N",
"isNew": "N",
"productSkn": 50000055,
"recommend": "recommend"
},
"searchSortList": [ //商品排序列表
{
"createTime": 1457146662,
"id": 1333856,
"intValue": 11,
"modelId": 1,
"productSkn": 50000055,
"projectId": 1,
"stringValue": "22"
},
{
"createTime": 1457146995,
"id": 1333857,
"intValue": 22,
"modelId": 2,
"productSkn": 50000055,
"projectId": 1,
"stringValue": "22"
},
{
"createTime": 1457147062,
"id": 1333858,
"intValue": 44,
"modelId": 3,
"productSkn": 50000055,
"projectId": 1,
"stringValue": "22"
}
]
},
"md5": "28f43c1bc8b69b30b81aaf835d04ef60",
"message": "NetSale Info."
}
```
\ No newline at end of file
... ...