This commit is contained in:
2025-09-11 14:32:15 +08:00
parent b9ac29c759
commit 0a51def80f
5 changed files with 40 additions and 148 deletions

View File

@@ -16,5 +16,5 @@ app.include_router(ruyuanZaiYuan_router)
# 主程序入口
if __name__ == "__main__":
# 启动 FastAPI 应用,监听 8200 端口
# 启动 FastAPI 应用,监听 8100 端口
uvicorn.run(app, host="0.0.0.0", port=8100)