feat: api doc json

This commit is contained in:
2024-10-26 00:20:14 +08:00
parent 37a8e175bd
commit c4e20776ad
8 changed files with 2166 additions and 0 deletions

12
sync/json/auth/login.json Normal file
View File

@@ -0,0 +1,12 @@
{
"code": 0,
"data": {
"username": "admin",
"password": "admin",
"role": "admin",
"roleId": "1",
"permissions": [
"*.*.*"
]
}
}