代码调整

This commit is contained in:
2023-07-05 16:15:36 +08:00
parent 9a112bb384
commit 071a383089
3 changed files with 10 additions and 2 deletions

View File

@@ -79,6 +79,7 @@ public class CsGroupController extends BaseController {
@PostMapping("/deleteGroup")
@ApiOperation("删除分组")
@ApiImplicitParam(name = "groupId", value = "组id", required = true)
@Deprecated
public HttpResult<String> deleteGroup(@RequestParam("groupId") String groupId){
String methodDescribe = getMethodDescribe("deleteGroup");
csGroupService.deleteGroup(groupId);