first commit

This commit is contained in:
2025-09-12 15:23:08 +08:00
commit a80c237bbb
117 changed files with 15628 additions and 0 deletions

10
request/admin.http Normal file
View File

@@ -0,0 +1,10 @@
### 登录
POST {{host}}/admin/login/login
Content-Type: application/x-www-form-urlencoded
username=admin&password=admin
#> {%
# client.global.set("admin_token", response.body.data.token);
#%}

View File

@@ -0,0 +1,8 @@
{
"dev": {
"host": "https://new-api-pre.hehele.cc"
},
"local": {
"host": "http://127.0.0.1:9501"
}
}