feat: update

This commit is contained in:
2025-12-16 14:58:08 +08:00
parent 512859b5c7
commit dbea493ba3
8 changed files with 72 additions and 396 deletions

12
backend/super.http Normal file
View File

@@ -0,0 +1,12 @@
@host = http://localhost:8080
## Login
POST {{ host }}/super/v1/auth/login
Content-Type: application/json
{
"username":"aa",
"password":"bb"
}