Showing
1 changed file
with
19 additions
and
0 deletions
@@ -246,6 +246,10 @@ POST请求 请求参数 使用raw模式 | @@ -246,6 +246,10 @@ POST请求 请求参数 使用raw模式 | ||
246 | 备注 :code 为 200 代表添加成功,其他则添加失败 | 246 | 备注 :code 为 200 代表添加成功,其他则添加失败 |
247 | 247 | ||
248 | 248 | ||
249 | + | ||
250 | + | ||
251 | + | ||
252 | + | ||
249 | 三 修改品类 | 253 | 三 修改品类 |
250 | http://127.0.0.1:8083/yohobuy-platform-web/product/updateProductSort | 254 | http://127.0.0.1:8083/yohobuy-platform-web/product/updateProductSort |
251 | 255 | ||
@@ -262,6 +266,13 @@ http://127.0.0.1:8083/yohobuy-platform-web/product/updateProductSort | @@ -262,6 +266,13 @@ http://127.0.0.1:8083/yohobuy-platform-web/product/updateProductSort | ||
262 | } | 266 | } |
263 | 267 | ||
264 | 备注 :code 为 200 代表添加成功,其他则添加失败 | 268 | 备注 :code 为 200 代表添加成功,其他则添加失败 |
269 | + | ||
270 | + | ||
271 | + | ||
272 | + | ||
273 | + | ||
274 | + | ||
275 | + | ||
265 | 四、 根据品类Id查询其品类信息 | 276 | 四、 根据品类Id查询其品类信息 |
266 | http://127.0.0.1:8083/yohobuy-platform-web/product/getProductSort | 277 | http://127.0.0.1:8083/yohobuy-platform-web/product/getProductSort |
267 | 278 | ||
@@ -289,6 +300,14 @@ http://127.0.0.1:8083/yohobuy-platform-web/product/getProductSort | @@ -289,6 +300,14 @@ http://127.0.0.1:8083/yohobuy-platform-web/product/getProductSort | ||
289 | "message": "Product Sort get success." | 300 | "message": "Product Sort get success." |
290 | } | 301 | } |
291 | 302 | ||
303 | + | ||
304 | + | ||
305 | + | ||
306 | + | ||
307 | + | ||
308 | + | ||
309 | + | ||
310 | + | ||
292 | 五、品类的开启和关闭 | 311 | 五、品类的开启和关闭 |
293 | 312 | ||
294 | 开启 | 313 | 开启 |
-
Please register or login to post a comment