Update addSellerProduct.md
Showing
1 changed file
with
97 additions
and
4 deletions
@@ -60,10 +60,103 @@ http://127.0.0.1:8088/platform/SellerProductController/addProduct | @@ -60,10 +60,103 @@ http://127.0.0.1:8088/platform/SellerProductController/addProduct | ||
60 | } | 60 | } |
61 | 正常返回: | 61 | 正常返回: |
62 | { | 62 | { |
63 | - "code": 200, | ||
64 | - "data": [], | ||
65 | - "md5": "d751713988987e9331980363e24189ce", | ||
66 | - "message": "添加成功" | 63 | + "code": 200, |
64 | + "data": { | ||
65 | + "ageLevel": "1|2", | ||
66 | + "brandId": 4, | ||
67 | + "factoryCode": "厂家编号", | ||
68 | + "founder": 222, | ||
69 | + "gender": "1", | ||
70 | + "goodsSeason": 1, | ||
71 | + "goodsYears": 2019, | ||
72 | + "id": 508550, | ||
73 | + "maxSortId": 12, | ||
74 | + "middleSortId": 144, | ||
75 | + "phrase": "商品埋点", | ||
76 | + "productName": "商品名", | ||
77 | + "productSkn": 512587888, | ||
78 | + "retailPrice": 44.44, | ||
79 | + "salesPrice": 33.33, | ||
80 | + "seasons": "1", | ||
81 | + "sellerGoodList": [ | ||
82 | + { | ||
83 | + "colorId": 36, | ||
84 | + "factoryCode": "123123123", | ||
85 | + "factoryGoodsName": "蓝色1111", | ||
86 | + "goodsColorImage": "/2017/04/18/11/02c52592f14a13be1014aa8c116b5d4e1c.jpg", | ||
87 | + "goodsName": "蓝色", | ||
88 | + "goodsSizeList": [ | ||
89 | + { | ||
90 | + "factoryCode": "12d112ad%%", | ||
91 | + "goodsId": 671188, | ||
92 | + "marketPrice": 44.44, | ||
93 | + "productId": 508550, | ||
94 | + "productSkc": 680400, | ||
95 | + "productSkn": 512587888, | ||
96 | + "productSku": 2027098, | ||
97 | + "salePrice": 33.33, | ||
98 | + "sizeId": 203 | ||
99 | + }, | ||
100 | + { | ||
101 | + "factoryCode": "adas122d%%", | ||
102 | + "goodsId": 671188, | ||
103 | + "marketPrice": 44.44, | ||
104 | + "productId": 508550, | ||
105 | + "productSkc": 680400, | ||
106 | + "productSkn": 512587888, | ||
107 | + "productSku": 2027100, | ||
108 | + "salePrice": 33.33, | ||
109 | + "sizeId": 207 | ||
110 | + } | ||
111 | + ], | ||
112 | + "id": 671188, | ||
113 | + "isDefault": "N", | ||
114 | + "productId": 508550, | ||
115 | + "productSkc": 680400, | ||
116 | + "productSkn": 512587888 | ||
117 | + }, | ||
118 | + { | ||
119 | + "colorId": 33, | ||
120 | + "factoryCode": "aas23123", | ||
121 | + "factoryGoodsName": "蓝色3333", | ||
122 | + "goodsColorImage": "/2017/04/18/11/028adf5dd962895c11feb2fec8ef0c5b32.jpg", | ||
123 | + "goodsName": "蓝色", | ||
124 | + "goodsSizeList": [ | ||
125 | + { | ||
126 | + "factoryCode": "asda2s12d$$", | ||
127 | + "goodsId": 671190, | ||
128 | + "marketPrice": 44.44, | ||
129 | + "productId": 508550, | ||
130 | + "productSkc": 680402, | ||
131 | + "productSkn": 512587888, | ||
132 | + "productSku": 2027102, | ||
133 | + "salePrice": 33.33, | ||
134 | + "sizeId": 207 | ||
135 | + }, | ||
136 | + { | ||
137 | + "factoryCode": "##s2da12sd", | ||
138 | + "goodsId": 671190, | ||
139 | + "marketPrice": 44.44, | ||
140 | + "productId": 508550, | ||
141 | + "productSkc": 680402, | ||
142 | + "productSkn": 512587888, | ||
143 | + "productSku": 2027104, | ||
144 | + "salePrice": 33.33, | ||
145 | + "sizeId": 203 | ||
146 | + } | ||
147 | + ], | ||
148 | + "id": 671190, | ||
149 | + "isDefault": "Y", | ||
150 | + "productId": 508550, | ||
151 | + "productSkc": 680402, | ||
152 | + "productSkn": 512587888 | ||
153 | + } | ||
154 | + ], | ||
155 | + "shopId": 948, | ||
156 | + "smallSortId": 145 | ||
157 | + }, | ||
158 | + "md5": "7933e91dbb30b00cc353aef76c598e32", | ||
159 | + "message": "商品添加成功." | ||
67 | } | 160 | } |
68 | 异常返回: | 161 | 异常返回: |
69 | { | 162 | { |
-
Please register or login to post a comment