完成基本配置

This commit is contained in:
2025-03-04 00:18:37 +08:00
commit 315de42228
14 changed files with 519 additions and 0 deletions

14
test.http Normal file
View File

@@ -0,0 +1,14 @@
### Query
POST http://localhost:8080/get
Content-Type: application/json
Accept: application/json
{
"results[]": {
"HostAssets": {
"manufacturer": "华为"
},
"page": 0,
"count": 2
}
}