@@ -9,7 +9,7 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
@RestController
-@RequestMapping({"workark-product"})
+@RequestMapping({"workarkProduct"})
@Api(tags = {"商品管理"})
public class ProductController {
-@RequestMapping("workark-product-level")
+@RequestMapping("workarkProductLevel")
@Api(tags = {"商品目录"})
public class ProductLevelController {