wiki:app2.2.0/transferNotice

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

--

获取用户物流信息

线上: buy/appIntf/transferNotice/listTransferNotice.jsp

提交方式

GET

是否需要登录

缓存方式

缓存时间

-

参数

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

返回*

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

detailType:订单详情:1 

result{
    "total": 2,
    "pageNo": 1,
    "resultList": [
        {
            "id": 9040956,
            "type": {
                "name": "交易消息",
                "id": 1048,
                "description": "聚超值官方代购交易消息",
                "templateId": 1048,
                "siteId": 1,
                "groupType": 0
            },
            "content": {
                "content": "海外商家已发货。",
                "orderId": 12  //订单id orderId
            },
            "createTime": 1458097322000,
            "status": 0, //消息状态 0未读  1已读
            "accountId": 388,
            "typeId": 1048,
            "siteId": 1,
            "senderId": 0,
            "groupSend": 0,
            "groupType": 0,
            "resultText": ""
        }
    ],
    "pageCount": 1,
    "pageSize": 10
}

----------