|
|
@@ -45,7 +45,7 @@ public class CorpTagController {
|
|
|
/**
|
|
|
* 添加企业标签组及标签
|
|
|
*/
|
|
|
- @PostMapping("/addCorpTagGroup")
|
|
|
+ @PostMapping("/addGroup")
|
|
|
public Result<CorpTagGroupView> addGroup(@RequestBody CorpTagGroupView tagGroup) throws Exception {
|
|
|
CorpTagGroupView corpTagGroupView = corpTagService.addGroup(tagGroup);
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(corpTagGroupView);
|