<alibaba_alihealth_cep_brand_sale_list_response>
    <result>
        <result>
            <result>
                <brand_sale_d_t_o>
                    <brand_id>111</brand_id>
                    <brand_name>拜耳</brand_name>
                    <bill_no>DT0001</bill_no>
                    <busi_date>2022-02-02</busi_date>
                    <company_id>123123</company_id>
                    <company_name>测试大药房</company_name>
                    <dept_id>11101</dept_id>
                    <dept_name>西霞口店</dept_name>
                    <item_id>111</item_id>
                    <item_name>测试药品1</item_name>
                    <item_commodity_name>测试药品通用名1</item_commodity_name>
                    <item_spec>规格1</item_spec>
                    <item_unit>单位1</item_unit>
                    <bill_type>1</bill_type>
                    <item_qty>12</item_qty>
                    <item_lot>2020211</item_lot>
                    <prod_date>2022-02-02</prod_date>
                    <invalid_date>2022-02-02</invalid_date>
                    <supply_id>123123</supply_id>
                    <supply_name>测试供应商1</supply_name>
                    <rx_hospital>测试医院</rx_hospital>
                    <rx_hospital_dept>测试医院科室</rx_hospital_dept>
                    <doctor_name>测试处方医生</doctor_name>
                    <patient_name>测试患者</patient_name>
                    <resa_price>1</resa_price>
                    <sk_money>2</sk_money>
                </brand_sale_d_t_o>
            </result>
            <total_count>11</total_count>
            <page_size>20</page_size>
            <total_page>1</total_page>
            <current_page>1</current_page>
        </result>
        <success>true</success>
        <error_code>11</error_code>
        <error_msg>参数错误</error_msg>
    </result>
</alibaba_alihealth_cep_brand_sale_list_response>
                     
                    
                        {
    "alibaba_alihealth_cep_brand_sale_list_response":{
        "result":{
            "result":{
                "result":{
                    "brand_sale_d_t_o":[
                        {
                            "brand_id":111,
                            "brand_name":"拜耳",
                            "bill_no":"DT0001",
                            "busi_date":"2022-02-02",
                            "company_id":123123,
                            "company_name":"测试大药房",
                            "dept_id":11101,
                            "dept_name":"西霞口店",
                            "item_id":111,
                            "item_name":"测试药品1",
                            "item_commodity_name":"测试药品通用名1",
                            "item_spec":"规格1",
                            "item_unit":"单位1",
                            "bill_type":1,
                            "item_qty":12,
                            "item_lot":"2020211",
                            "prod_date":"2022-02-02",
                            "invalid_date":"2022-02-02",
                            "supply_id":123123,
                            "supply_name":"测试供应商1",
                            "rx_hospital":"测试医院",
                            "rx_hospital_dept":"测试医院科室",
                            "doctor_name":"测试处方医生",
                            "patient_name":"测试患者",
                            "resa_price":"1",
                            "sk_money":"2"
                        }
                    ]
                },
                "total_count":11,
                "page_size":20,
                "total_page":1,
                "current_page":1
            },
            "success":true,
            "error_code":"11",
            "error_msg":"参数错误"
        }
    }
}