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