<pc_invoice_detail_response>
<result>
<success>true</success>
<error_code>200</error_code>
<error_msg>参数错误</error_msg>
<invoice_detail_resp>
<invoice_details>
<invoice_detail_vo>
<invoice_no>xxxxx</invoice_no>
<invoice_code>xxxxx</invoice_code>
<title>xxxxx</title>
<company_name>xxxxx</company_name>
<invoice_amount_with_tax>3</invoice_amount_with_tax>
<invoice_amount_without_tax>3</invoice_amount_without_tax>
<tax_amount>3</tax_amount>
<remark>xxxxx</remark>
<invoice_material_code>xxxxx</invoice_material_code>
<invoice_class_code>xxxxx</invoice_class_code>
<billing_type>10</billing_type>
<blue_invoice_code>xxxxx</blue_invoice_code>
<blue_invoice_no>xxxxx</blue_invoice_no>
<file_url>xxxxx</file_url>
<items>
<invoice_items_vo>
<goods_description>xxxxx</goods_description>
<specifications>xxxxx</specifications>
<unit_amount>3</unit_amount>
<unit>xxxxx</unit>
<invoice_amount_with_tax>3</invoice_amount_with_tax>
<invoice_amount_without_tax>3</invoice_amount_without_tax>
<tax_amount>3</tax_amount>
<tax_code>xxxxx</tax_code>
</invoice_items_vo>
</items>
</invoice_detail_vo>
</invoice_details>
</invoice_detail_resp>
</result>
</pc_invoice_detail_response>
{
"pc_invoice_detail_response":{
"result":{
"success":true,
"error_code":"200",
"error_msg":"参数错误",
"invoice_detail_resp":{
"invoice_details":{
"invoice_detail_vo":[
{
"invoice_no":"xxxxx",
"invoice_code":"xxxxx",
"title":"xxxxx",
"company_name":"xxxxx",
"invoice_amount_with_tax":3,
"invoice_amount_without_tax":3,
"tax_amount":3,
"remark":"xxxxx",
"invoice_material_code":"xxxxx",
"invoice_class_code":"xxxxx",
"billing_type":10,
"blue_invoice_code":"xxxxx",
"blue_invoice_no":"xxxxx",
"file_url":"xxxxx",
"items":{
"invoice_items_vo":[
{
"goods_description":"xxxxx",
"specifications":"xxxxx",
"unit_amount":3,
"unit":"xxxxx",
"invoice_amount_with_tax":3,
"invoice_amount_without_tax":3,
"tax_amount":3,
"tax_code":"xxxxx"
}
]
}
}
]
}
}
}
}
}