b2c.order.get_wap_order_detail 订单详情接口

API应用级输入参数

member_id int Y 会员id
accesstoken string Y 会员登录返回的 accesstoken
order_id string Y 订单号

API应用级返回结果

成功后,返回结果

Array
(
    [rsp] => succ
    [data] => Array
        (
            [order_id] => 150326185167921
            [total_amount] => 60.000
            [payed] => 0.000
            [createtime] => 1427367107
            [orderStatus] => 活动订单
            [payStatus] => 未支付
            [shipStatus] => 未发货
            [consignee] => Array
                (
                    [area] => 上海上海市徐汇区
                    [name] => 王语嫣
                    [addr] => 上海市徐汇区桂林路396号2号楼5F
                    [zip] => 2300233
                    [telephone] => 
                    [email] => 
                    [r_time] => 任意时间,任意时间段
                    [mobile] => 13918765456
                )

            [shipping] => Array
                (
                    [shipping_name] => 快递
                    [cost_shipping] => 10.000
                    [is_protect] => false
                )

            [payinfo] => Array
                (
                    [payid] => deposit
                    [payname] => 预存款
                )

            [taxinfo] => Array
                (
                    [tax_type] => 不需发票
                    [tax_title] => 
                    [tax_content] => 
                )

            [total] => Array
                (
                    [cost_item] => 50.000
                    [cost_freight] => 10.000
                    [cost_protect] => 0.000
                    [discountPrice] => 0.000
                    [cost_payment] => 0.000
                    [cost_tax] => 0.000
                    [consumeScore] => 0.000
                    [totalGainScore] => 45.000
                    [total_amount] => 60.000
                )

            [member_id] => 10
            [goodsinfo] => Array
                (
                    [goods] => Array
                        (
                            [550] => Array
                                (
                                    [product_id] => 550
                                    [goods_id] => 98
                                    [goods_name] => AAA
                                    [score] => 45
                                    [quantity] => 1
                                    [item_type] => product
                                    [price] => 50.000
                                    [spec_info] => 
                                    [discount_price] => 0.000
                                    [totle_price] => 50
                                    [promotion] => 
                                    [gift] => 
                                )

                        )

                )

        )

    [res] => 87d2e90c99a9b902b226bae91c8a693e
)


失败后,返回结果

Array
(
    [rsp] => succ
    [data] => Array
        (
            [status] => false
            [message] => 该会员不存在
        )

    [res] => a579a733da0be9f28d05648f97f517fe
)