|
|
@@ -682,11 +682,14 @@ class OnlineDataRequest(object):
|
|
|
)
|
|
|
itemSkuImageList.append({
|
|
|
"propName": "尺寸",
|
|
|
- "value": None,
|
|
|
"isImageProp": 0,
|
|
|
"propShowOrder": 1,
|
|
|
"showOrder": 0,
|
|
|
- "propValue": size,
|
|
|
+ "propValue": str(size),
|
|
|
+ "skuPropValueList":[{
|
|
|
+ "propValue": str(size),
|
|
|
+ "showOrder": 1,
|
|
|
+ }]
|
|
|
})
|
|
|
detailImageUrl = self.uploadImage(local_path=detail_path)
|
|
|
category_info = "流行男鞋>>休闲鞋>>时尚休闲鞋"
|