rambo 3 周之前
父節點
當前提交
d4c7a5e9cd
共有 2 個文件被更改,包括 8 次插入5 次删除
  1. 5 2
      python/service/online_request/module_online_data.py
  2. 3 3
      python/temp.py

+ 5 - 2
python/service/online_request/module_online_data.py

@@ -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 = "流行男鞋>>休闲鞋>>时尚休闲鞋"

File diff suppressed because it is too large
+ 3 - 3
python/temp.py


Some files were not shown because too many files changed in this diff