<alibaba_alihealth_nr_trade_order_get_response>
    <order_id>123456</order_id>
    <order_status>1</order_status>
    <serial_no>1</serial_no>
    <create_time>1234567890</create_time>
    <pay_time>1234567890</pay_time>
    <shop_id>123456</shop_id>
    <store_id>abc2123sdfc</store_id>
    <store_name>店铺名</store_name>
    <store_address_poi>3028295,12028295</store_address_poi>
    <total_fee>123</total_fee>
    <actual_receive_fee>123</actual_receive_fee>
    <actual_pay_fee>123</actual_pay_fee>
    <promotion_list>
        <order_promotion_dto>
            <type>1</type>
            <name>平台红包</name>
            <amount>100</amount>
        </order_promotion_dto>
    </promotion_list>
    <total_promotion>100</total_promotion>
    <buyer_name>张三</buyer_name>
    <buyer_phone>13012345678</buyer_phone>
    <buyer_note>买家留言</buyer_note>
    <invoice_title>发票抬头</invoice_title>
    <buyer_address>买家地址</buyer_address>
    <buyer_address_poi>3028295,12028295</buyer_address_poi>
    <is_frequenter>1</is_frequenter>
    <carriage>100</carriage>
    <sub_order_list>
        <sub_order_dto>
            <sub_order_id>123456789</sub_order_id>
            <item_id>123456</item_id>
            <type>0</type>
            <price>100</price>
            <buy_amount>1</buy_amount>
            <unit>盒</unit>
            <title>商品名称</title>
            <out_itemd_id>商家自定义商品ID</out_itemd_id>
            <rx>1</rx>
        </sub_order_dto>
    </sub_order_list>
    <rx>1</rx>
    <rx_phone>13012345678</rx_phone>
    <rx_pic_list>
        <string>处方图片</string>
    </rx_pic_list>
    <drug_take>1</drug_take>
    <buyer_address_province>北京市</buyer_address_province>
    <buyer_address_city>北京市</buyer_address_city>
    <buyer_address_district>海淀区</buyer_address_district>
    <expected_delivery_time>2018-12-11 10:00:00</expected_delivery_time>
    <rx_type>1</rx_type>
    <out_store_id>123123</out_store_id>
    <mi_check_param>123,123,123,123,123,123</mi_check_param>
</alibaba_alihealth_nr_trade_order_get_response>
                     
                    
                        {
    "alibaba_alihealth_nr_trade_order_get_response":{
        "order_id":123456,
        "order_status":1,
        "serial_no":"1",
        "create_time":1234567890,
        "pay_time":1234567890,
        "shop_id":123456,
        "store_id":"abc2123sdfc",
        "store_name":"店铺名",
        "store_address_poi":"3028295,12028295",
        "total_fee":123,
        "actual_receive_fee":123,
        "actual_pay_fee":123,
        "promotion_list":{
            "order_promotion_dto":[
                {
                    "type":1,
                    "name":"平台红包",
                    "amount":100
                }
            ]
        },
        "total_promotion":100,
        "buyer_name":"张三",
        "buyer_phone":"13012345678",
        "buyer_note":"买家留言",
        "invoice_title":"发票抬头",
        "buyer_address":"买家地址",
        "buyer_address_poi":"3028295,12028295",
        "is_frequenter":1,
        "carriage":100,
        "sub_order_list":{
            "sub_order_dto":[
                {
                    "sub_order_id":123456789,
                    "item_id":123456,
                    "type":0,
                    "price":100,
                    "buy_amount":1,
                    "unit":"盒",
                    "title":"商品名称",
                    "out_itemd_id":"商家自定义商品ID",
                    "rx":1
                }
            ]
        },
        "rx":1,
        "rx_phone":"13012345678",
        "rx_pic_list":{
            "string":[
                "处方图片"
            ]
        },
        "drug_take":1,
        "buyer_address_province":"北京市",
        "buyer_address_city":"北京市",
        "buyer_address_district":"海淀区",
        "expected_delivery_time":"2018-12-11 10:00:00",
        "rx_type":"1",
        "out_store_id":"123123",
        "mi_check_param":"123,123,123,123,123,123"
    }
}