This commit is contained in:
he
2026-09-19 15:00:19 +08:00
parent 8d4026bcfc
commit fb5a35b325
37 changed files with 25031 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
from fastapi import APIRouter
Product=APIRouter()
@Product.get("/shanping")
def shaning():
return {"message":"Hello World"}
@Product.post("/shaning")
def shaning():
return {"message":"Hello World"}