关闭权限

This commit is contained in:
孙小云 2026-01-20 14:07:45 +08:00
parent 154d7c86f3
commit 83cf9933fb
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public class GroupController extends BaseController
* @param request 分组创建请求
* @return 分组ID
*/
@InnerAuth
//@InnerAuth
@PostMapping("/create")
public R<Long> createGroup(@RequestBody GroupCreateRequest request)
{