Page History

Getorderitem

Last edited by 郑超

返回

获取订单详情


URL: http://120.92.61.152:8080/Daren/order/getOrderItem.action?appId=82&orderId=37e4e12dbe1d4cbe970acc121660ea87&darenId=daren_123554


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
appId String true 应用ID
orderId String true 订单ID
sid String false sid
darenId String false darenID

返回格式: JSON


根据不同id返回的不同icon 传达人ID订单中的图片为C端用户icon 传Sid 订单中图片为达人icon

返回格式样例:

{
    "data":{
        "contactMsg":{
            "contactAddress":"",
            "contactName":"",
            "contactPhone":""
        },
        "defaultContactMsg":{
            "defaultContactAddress":"中投视讯",
            "defaultContactName":"郑超",
            "defaultContactPhone":"18911967823"
        },
        "iconBean":{
            "extInfo":"",
            "fansCount":0,
            "image":"http://wjjtest.ys2.cnliveimg.com/802/img/2018/0731/1533004872801.jpg",
            "nickName":"1号达人",
            "orderCount":0,
            "state":false,
            "userId":"daren_394731"
        },
        "orderItem":{
            "category":"501",
            "categoryName":"营养护理",
            "commentable":true,
            "confirmTime":"",
            "countdown":0,
            "createTime":"2018-08-14 11:59:23",
            "deliveryTime":"",
            "distributionContent":"自取",
            "distributionType":"0",
            "fee":0,
            "freight":0,
            "goodsInfo":[
                {
                    "goodsId":"",
                    "title":"啦啦",
                    "price":0.01,
                    "quantity":1
                }
            ],
            "goodsTotalPrice":0.01,
            "orderId":"f505539bada14efa87cb5b4818ac9673",
            "payTime":"",
            "price":0,
            "quantity":0,
            "refundable":false,
            "remark":"",
            "serviceImage":"",
            "status":0,
            "takeDeliveryTime":"",
            "title":"",
            "totalPrice":0.01,
            "transactionId":""
        },
        "refundMsg":null
    },
    "errorCode":"0",
    "errorMessage":"成功"
}