Commit 2551a497 authored by 陈立彬's avatar 陈立彬

fix

parent 5fcbcd61
...@@ -280,7 +280,8 @@ public class AuthController { ...@@ -280,7 +280,8 @@ public class AuthController {
" \"keyword-delete\",\n" + " \"keyword-delete\",\n" +
" \"keyword-switch\"\n" + " \"keyword-switch\"\n" +
" ]\n" + " ]\n" +
" }"; " }" +
"}";
return ApiResponse.ok(JSONObject.parseObject(json, PagePermissionResult.class)); return ApiResponse.ok(JSONObject.parseObject(json, PagePermissionResult.class));
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment