wiki:app2.2.0/trdeNotice

Version 4 (modified by zhangguangwen, 10 years ago) (diff)

--

获取用户交易信息

线上: buy/appIntf/tradeNotice/listTrdeNotice.jsp

提交方式

GET

是否需要登录

缓存方式

缓存时间

-

参数

参数名 参数含义 类型 默认值 是否必须
common_session_id - String""
pageNo - int1
pageSize - int10

返回*

*注意:该接口返回格式为bip的接口格式,与其他接口不一致。*

result{
    "total": 2,
    "pageNo": 1,
    "resultList": {
        "id": 9040956,
        "type": {
            "name": "交易消息",
            "id": 1047,
            "description": "聚超值官方代购交易消息",
            "templateId": 1047,
            "siteId": 1,
            "groupType": 0
        },
        "content": {
            "amountPrice": 775.13,
            "cnPrice": 619.21,
            "content": "您所购买的“ASICS Men's GT-2000 3 Trail-Running Shoe”(订单:201603161740329)已被小编取消了。原因是:【商品无货】 星期3无货。该订单的款项在7个工作日之内经由原支付渠道退还。",
            "detailType": 1,
            //1订单详情2赔付详情"enName": "ASICS Men's GT-2000 3 Trail-Running Shoe",
            "expAmountprice": 94,
            "frPrice": 93.82,
            "imgUrl": "http://ecx.images-amazon.com/images/I/51ZABcJpw3L.jpg",
            "itemCnPrice": 619.21,
            "mallId": 1,
            "mallName": "美国亚马逊",
            "orderId": 17403,
            "orderNo": "201603161740329",
            "pastDate": 1458098085955,
            "property": "Size: 6 2E US|Color: Black / Lightning / Lime",
            "quantity": 1,
            "refundId": 0,
            "status": 5,
            "statusDesc": "交易关闭",
            "tariffAmountprice": 61.92
        },
        "createTime": 1458097322000,
        "status": 0,
        "accountId": 388,
        "typeId": 1047,
        "siteId": 1,
        "senderId": 0,
        "groupSend": 0,
        "groupType": 0,
        "resultText": ""
    },
    {
        "id": 9040956,
        "type": {
            "name": "交易消息",
            "id": 1047,
            "description": "聚超值官方代购交易消息",
            "templateId": 1047,
            "siteId": 1,
            "groupType": 0
        },
        "content": {
            "cause": "外包装完好,但里面的水晶碎成几块。请退款。",
            "causeTypeDesc": "赔付原因商品破损",
            "content": "你个大西瓜",
            "detailType": 2,
            "imgs": {
                "img0": "http://best.pconline.com.cn/buy/action/pic/getPrivatePic.jsp?uri=/images/upload/upc/tx/bestbuy/1511/23/c0/15582505_1448250750315.jpg",
                "img1": "http://best.pconline.com.cn/buy/action/pic/getPrivatePic.jsp?uri=/images/upload/upc/tx/bestbuy/1511/23/c0/15582508_1448250764191.jpg",
                "img2": "http://best.pconline.com.cn/buy/action/pic/getPrivatePic.jsp?uri=/images/upload/upc/tx/bestbuy/1511/23/c0/15582510_1448250775353.jpg"
            },
            "refundLogs": {
                "refundlog0": {
                    "refundStatusDesc": "赔付成功",
                    "result:": "处理说明:赔付申请通过,款项已退回您的支付宝账户,请注意查收!"
                },
                "refundlog1": {
                    "refundStatusDesc": "审核通过,赔付中",
                    "result:": "处理说明:审核通过,按照商品下单价格,全额赔付"
                },
                "refundlog2": {
                    "refundStatusDesc": "审核中",
                    "result:": "处理说明:正在核实"
                }
            }
        },
        "createTime": 1458097322000,
        "status": 0,
        "accountId": 388,
        "typeId": 1047,
        "siteId": 1,
        "senderId": 0,
        "groupSend": 0,
        "groupType": 0,
        "resultText": ""
    },
    "pageCount": 1,
    "pageSize": 10
}

----------