feat:初始化工程

This commit is contained in:
2025-09-21 22:47:06 +08:00
commit c4674749ce
78 changed files with 1599 additions and 0 deletions

11
test_main.http Normal file
View File

@@ -0,0 +1,11 @@
# Test your FastAPI endpoints
GET http://127.0.0.1:8000/
Accept: application/json
###
GET http://127.0.0.1:8000/hello/User
Accept: application/json
###