1.测试接口接受的数据是否正确

This commit is contained in:
whm
2025-10-31 17:30:23 +08:00
parent 2dc3b17781
commit 38f00af761

View File

@@ -366,7 +366,7 @@ def get_settlement_by_nyid(
return DataResponse(
code=ResponseCode.SUCCESS,
message=f"查询成功,共获取{len(checkpoint_data)}条沉降数据",
message=f"查询成功,共获取{len(checkpoint_data)}条沉降数据nyid={nyid}",
total=len(checkpoint_data),
data=checkpoint_data
)