From 5063f2f002e2568adb14d72bbceeb3a6e28b0f06 Mon Sep 17 00:00:00 2001 From: ctexthuang Date: Sat, 26 Oct 2024 00:21:10 +0800 Subject: [PATCH] feat: api doc json --- sync/json/auth/login.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/sync/json/auth/login.json b/sync/json/auth/login.json index 1ab3060..f43f22a 100644 --- a/sync/json/auth/login.json +++ b/sync/json/auth/login.json @@ -9,4 +9,18 @@ "*.*.*" ] } +} + +{ + "code": 0, + "data": { + "username": "test", + "password": "test", + "role": "test", + "roleId": "2", + "permissions": [ + "example:dialog:create", + "example:dialog:delete" + ] + } } \ No newline at end of file