<logistics_routing_precise_query_response>
<result>
<success>true</success>
<module>
<page_no>1</page_no>
<page_size>10</page_size>
<total_record>100</total_record>
<data>
<routing_precise_query_response>
<id>123</id>
<gmt_create>2025-01-01 00:00:00</gmt_create>
<gmt_modified>2025-01-01 00:00:00</gmt_modified>
<cp_code>STO</cp_code>
<prov_name>浙江省</prov_name>
<prov_id>330000</prov_id>
<city_name>杭州市</city_name>
<city_id>330100</city_id>
<district_name>西湖区</district_name>
<district_id>330106</district_id>
<town_name>西溪街道</town_name>
<town_id>330106004</town_id>
<detail_address>浙江省杭州市西湖区西溪园区</detail_address>
<branch_code>90001</branch_code>
<contract_code>A01</contract_code>
<new_block_code>A01-1</new_block_code>
<hit_count>12</hit_count>
<status>1</status>
<invalid_flag>N</invalid_flag>
<creator>张三</creator>
<operator>XXX</operator>
</routing_precise_query_response>
</data>
</module>
<one_error_info>
<error_message>系统异常</error_message>
<error_code>SYSTEM_ERROR</error_code>
</one_error_info>
</result>
</logistics_routing_precise_query_response>
{
"logistics_routing_precise_query_response":{
"result":{
"success":true,
"module":{
"page_no":1,
"page_size":10,
"total_record":100,
"data":{
"routing_precise_query_response":[
{
"id":123,
"gmt_create":"2025-01-01 00:00:00",
"gmt_modified":"2025-01-01 00:00:00",
"cp_code":"STO",
"prov_name":"浙江省",
"prov_id":330000,
"city_name":"杭州市",
"city_id":330100,
"district_name":"西湖区",
"district_id":330106,
"town_name":"西溪街道",
"town_id":330106004,
"detail_address":"浙江省杭州市西湖区西溪园区",
"branch_code":"90001",
"contract_code":"A01",
"new_block_code":"A01-1",
"hit_count":12,
"status":1,
"invalid_flag":"N",
"creator":"张三",
"operator":"XXX"
}
]
}
},
"one_error_info":{
"error_message":"系统异常",
"error_code":"SYSTEM_ERROR"
}
}
}
}