...
|
...
|
@@ -42,6 +42,10 @@ |
|
|
"genderName": "男",
|
|
|
"id": 147157,
|
|
|
"productId": 147157,
|
|
|
"noMeasureIds": [
|
|
|
"1",
|
|
|
"5"
|
|
|
],
|
|
|
"productName": "outerspace 小丑LOGO波点圆舞曲卫衣",
|
|
|
"productSizeReferenceList": [
|
|
|
{
|
...
|
...
|
@@ -321,6 +325,7 @@ |
|
|
|productSkn|int|234234|产品skn |
|
|
|
|sizeInfoList|array| [ {"productSkn":50000057, "sizeId":207,"sizeAttributeId":48,"sizeValue":"555", "isMeasure":0 }]| 尺码测量属性|
|
|
|
|productSizeReferList|array| [ { "sizeId":207,"gender":1, "referenceName":"170/80A"}]|参考尺码属性|
|
|
|
|noMeasureIds|array| ["21","213"]|无需测量的尺码id|
|
|
|
---------------------
|
|
|
### 返回
|
|
|
|
...
|
...
|
@@ -328,6 +333,7 @@ |
|
|
请求样例: 新增
|
|
|
{
|
|
|
"productSkn":50000057,
|
|
|
"noMeasureIds":["21","213"],
|
|
|
"sizeInfoList":
|
|
|
[ {"productSkn":50000057,
|
|
|
"sizeId":207,
|
...
|
...
|
|