1.测试接口接受的数据是否正确
This commit is contained in:
@@ -366,7 +366,7 @@ def get_settlement_by_nyid(
|
|||||||
|
|
||||||
return DataResponse(
|
return DataResponse(
|
||||||
code=ResponseCode.SUCCESS,
|
code=ResponseCode.SUCCESS,
|
||||||
message=f"查询成功,共获取{len(checkpoint_data)}条沉降数据",
|
message=f"查询成功,共获取{len(checkpoint_data)}条沉降数据,nyid={nyid}",
|
||||||
total=len(checkpoint_data),
|
total=len(checkpoint_data),
|
||||||
data=checkpoint_data
|
data=checkpoint_data
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user