🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[TOC] ### 删除用户权限组合 #### URL > web/index.php?c=user&a=group&do=del #### 请求方式 > POST #### 请求参数 | 名称 | 类型 | 必填 | 描述 | 值 | | ----------- | :-----: | :-----: | ----------- | | id | int | 是 | 用户权限组合ID | || #### 返回数据 正确: ``` { "message": { "errno": 0, "message": "删除成功" }, "redirect": "", "type": "ajax" } ``` 错误: ``` { "message": { "errno": -1, "message": "参数有误" }, "redirect": "", "type": "ajax" } ```