|
|
@@ -60,7 +60,7 @@ namespace Services
|
|
|
/// <returns>api分组列表</returns>
|
|
|
public List<ApiListVo> groups([FromBody] Dto.Client.ApiGroupDto param)
|
|
|
{
|
|
|
- if (param.key != "ym#2024")
|
|
|
+ if (param.key != "kxs#2025")
|
|
|
{
|
|
|
throw new CustomException(ResultCode.FAIL, "无权限");
|
|
|
}
|