<pc_package_detail_response>
<result>
<success>true</success>
<error_code>200</error_code>
<error_msg>参数错误</error_msg>
<order_package_detail_list>
<order_package_detail>
<buyer_id>3</buyer_id>
<client_id>xxxxx</client_id>
<package_id>xxxxx</package_id>
<biz_order_id>xxxxx</biz_order_id>
<sub_biz_order_ids>
<string>Top</string>
<string>Pub</string>
</sub_biz_order_ids>
<cp_code>xxxxx</cp_code>
<cp_name>xxxxx</cp_name>
<mail_no>xxxxx</mail_no>
<status_code>xxxxx</status_code>
<status_desc>xxxxx</status_desc>
<items>
<item>
<item_id>3</item_id>
<sku_id>3</sku_id>
<item_title>xxxxx</item_title>
<sku_title>xxxxx</sku_title>
<item_quantity>10</item_quantity>
</item>
</items>
<consign_time>xxxxx</consign_time>
<delivered_time>xxxxx</delivered_time>
<fetcher>
<province_name>xxxxx</province_name>
<province_id>3</province_id>
<city_name>xxxxx</city_name>
<city_id>3</city_id>
<area_name>xxxxx</area_name>
<area_id>3</area_id>
<town_name>xxxxx</town_name>
<town_id>3</town_id>
<address>xxxxx</address>
<full_address>xxxxx</full_address>
</fetcher>
<logis_type>2</logis_type>
</order_package_detail>
</order_package_detail_list>
</result>
</pc_package_detail_response>
{
"pc_package_detail_response":{
"result":{
"success":true,
"error_code":"200",
"error_msg":"参数错误",
"order_package_detail_list":{
"order_package_detail":[
{
"buyer_id":3,
"client_id":"xxxxx",
"package_id":"xxxxx",
"biz_order_id":"xxxxx",
"sub_biz_order_ids":{
"string":[
"Top",
"Pub"
]
},
"cp_code":"xxxxx",
"cp_name":"xxxxx",
"mail_no":"xxxxx",
"status_code":"xxxxx",
"status_desc":"xxxxx",
"items":{
"item":[
{
"item_id":3,
"sku_id":3,
"item_title":"xxxxx",
"sku_title":"xxxxx",
"item_quantity":10
}
]
},
"consign_time":"xxxxx",
"delivered_time":"xxxxx",
"fetcher":{
"province_name":"xxxxx",
"province_id":3,
"city_name":"xxxxx",
"city_id":3,
"area_name":"xxxxx",
"area_id":3,
"town_name":"xxxxx",
"town_id":3,
"address":"xxxxx",
"full_address":"xxxxx"
},
"logis_type":2
}
]
}
}
}
}