feat: api doc json
Some checks are pending
Build Docker / build (push) Waiting to run

This commit is contained in:
2024-10-26 00:21:10 +08:00
parent c4e20776ad
commit 5063f2f002

View File

@@ -9,4 +9,18 @@
"*.*.*"
]
}
}
{
"code": 0,
"data": {
"username": "test",
"password": "test",
"role": "test",
"roleId": "2",
"permissions": [
"example:dialog:create",
"example:dialog:delete"
]
}
}