1.修改工况接口返回格式
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user