Showing
1 changed file
with
6 additions
and
0 deletions
@@ -42,6 +42,10 @@ | @@ -42,6 +42,10 @@ | ||
42 | "genderName": "男", | 42 | "genderName": "男", |
43 | "id": 147157, | 43 | "id": 147157, |
44 | "productId": 147157, | 44 | "productId": 147157, |
45 | + "noMeasureIds": [ | ||
46 | + "1", | ||
47 | + "5" | ||
48 | + ], | ||
45 | "productName": "outerspace 小丑LOGO波点圆舞曲卫衣", | 49 | "productName": "outerspace 小丑LOGO波点圆舞曲卫衣", |
46 | "productSizeReferenceList": [ | 50 | "productSizeReferenceList": [ |
47 | { | 51 | { |
@@ -321,6 +325,7 @@ | @@ -321,6 +325,7 @@ | ||
321 | |productSkn|int|234234|产品skn | | 325 | |productSkn|int|234234|产品skn | |
322 | |sizeInfoList|array| [ {"productSkn":50000057, "sizeId":207,"sizeAttributeId":48,"sizeValue":"555", "isMeasure":0 }]| 尺码测量属性| | 326 | |sizeInfoList|array| [ {"productSkn":50000057, "sizeId":207,"sizeAttributeId":48,"sizeValue":"555", "isMeasure":0 }]| 尺码测量属性| |
323 | |productSizeReferList|array| [ { "sizeId":207,"gender":1, "referenceName":"170/80A"}]|参考尺码属性| | 327 | |productSizeReferList|array| [ { "sizeId":207,"gender":1, "referenceName":"170/80A"}]|参考尺码属性| |
328 | +|noMeasureIds|array| ["21","213"]|无需测量的尺码id| | ||
324 | --------------------- | 329 | --------------------- |
325 | ### 返回 | 330 | ### 返回 |
326 | 331 | ||
@@ -328,6 +333,7 @@ | @@ -328,6 +333,7 @@ | ||
328 | 请求样例: 新增 | 333 | 请求样例: 新增 |
329 | { | 334 | { |
330 | "productSkn":50000057, | 335 | "productSkn":50000057, |
336 | + "noMeasureIds":["21","213"], | ||
331 | "sizeInfoList": | 337 | "sizeInfoList": |
332 | [ {"productSkn":50000057, | 338 | [ {"productSkn":50000057, |
333 | "sizeId":207, | 339 | "sizeId":207, |
-
Please register or login to post a comment