Explorar o código

modify:文档链接最后增加{request_id}

zhusc hai 2 meses
pai
achega
fb1e02dca5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -22,7 +22,7 @@ app = FastAPI()
 
 
 def doc_export(
-        token: str = Path(title='doc token', description="文档的token"),
+        token: str = Path(title='doc token', description="文档的token")
 ):
     try:
         logger.info(f"{token=}")