Browse Source

修改口令

lichunlei 1 month ago
parent
commit
5f74b8a9dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Services/ApiGroupService.cs

+ 1 - 1
Services/ApiGroupService.cs

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