Commit d96a6fac by wangli

修改

1 parent 05b1ac9a
...@@ -17,7 +17,7 @@ public class SkillController { ...@@ -17,7 +17,7 @@ public class SkillController {
@Autowired @Autowired
SkillGroupCategoryService skillGroupCategoryService; SkillGroupCategoryService skillGroupCategoryService;
@GetMapping("/pea-order/skill/group/category") @GetMapping("/skill/group/category")
public Result<?> skillGroupCategory() { public Result<?> skillGroupCategory() {
Result<?> res = null; Result<?> res = null;
try { try {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!