1.修改工况接口返回格式

This commit is contained in:
whm
2026-01-29 18:17:37 +08:00
parent de3ce23654
commit 313ade1a60

View File

@@ -478,7 +478,7 @@ def get_settlement_by_linecode(
code=ResponseCode.SUCCESS,
message=f"查询成功,共获取{len(result['settlement_data'])}条沉降数据",
total=len(result_1d),
data=settlement_data
data=result_1d
)
except Exception as e: