...
|
...
|
@@ -246,6 +246,10 @@ POST请求 请求参数 使用raw模式 |
|
|
备注 :code 为 200 代表添加成功,其他则添加失败
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
三 修改品类
|
|
|
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 |
|
|
}
|
|
|
|
|
|
备注 :code 为 200 代表添加成功,其他则添加失败
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
四、 根据品类Id查询其品类信息
|
|
|
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 |
|
|
"message": "Product Sort get success."
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
五、品类的开启和关闭
|
|
|
|
|
|
开启
|
...
|
...
|
|