结合测量仪测试完毕,准备测平差+上传

This commit is contained in:
2026-06-06 10:18:32 +08:00
parent 2a1ba2e76a
commit c7ebac49a0
9 changed files with 335 additions and 219 deletions

View File

@@ -87,12 +87,13 @@ def get_breakpoint_list():
return data
else:
logging.info(f"接口返回错误: {result.get('code')}")
return [{"id": 37,
"user_name": "wangshun",
"name": "wangshun",
"line_num": "L193588",
"line_name": "CDWZQ-2标-155号路基左线-461221-461570-155左-平原",
"status": 3
return [{
"id": 53,
"user_name": "czsczq115ykl",
"name": "czsczq115ykl",
"line_num": "L220076",
"line_name": "CZSCZQ-11-五工区-列衣隧道进口-D3K638+507-D3K638+607-山区",
"status": 3
}]
else:
logging.info(f"请求失败,状态码: {response.status_code}")