This commit is contained in:
xinzish
2025-11-03 18:14:32 +08:00

View File

@@ -4030,7 +4030,7 @@ async def fastapi_pressure_sensor_placement_kmeans(
# 后续改进合并两个接口为一个增加method、sensor_type参数选择方法
@app.get("/sensorplacementscheme/create")
@app.post("/sensorplacementscheme/create")
async def fastapi_pressure_sensor_placement(
network: str = Query(...),
scheme_name: str = Query(...),