Page History

Getcollectionlist

Last edited by 徐近程

返回

获取收藏列表


URL: http://apiwjjtest.cnlive.com/Daren/stock/getCollectionList.action


请求方式: HTTP POST/GET


请求参数说明:

参数名 参数类型 必选 参数说明
appId String true 应用id
sid String true 用户云id
pageNo long false pageNo
pageSize long false pageSize

返回格式: JSON


返回格式样例:

{
  "data": {
    "pageNo": 1,
    "pageSize": 10,
    "nextPage": 0,
    "list": [
       {
         "aProductId": "644589dd-321e-43ba-a3e1-75b92a20f064",
         "aProductType": "2",
         "model": "22222222",
         "productId": "",
         "productType": "",
         "androidRmb": "",
         "iosRmb": "",
         "point": "",
         "siteId": "",
         "isHorizontalScreen": 0,  //屏幕方向: 0-垂直即竖屏 1-水平即横屏 默认为1
         "collectionId":"collection:10499273:h5:777777777",
         "collectionType":"sxzg",
         "icon":null,
         "imagePath":"http://xiaomi.com",
         "shareUrl":"http://xiaomi.com",
         "sourceName":"视讯中国",
         "text":"分享h5",
         "thumbnailPath":"http://xiaomi.com?imageView2/1/w/100/h/100",
         "time":1534927489858,
         "type":"3",
         "videoId":"",
         "videoImg":"",
 "contentId":""
      },
      {
        "aProductId": "644589dd-321e-43ba-a3e1-75b92a20f064",
        "aProductType": "2",
        "model": "22222222",
        "productId": "",
        "productType": "",
        "androidRmb": "",
        "iosRmb": "",
        "point": "",
        "siteId": "",
        "isHorizontalScreen": 0,
        "collectionType": "moment",
        "img": "",
        "icon": {
          "image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0226/1519621456573_small.jpg",
          "nickName": "个",
          "userId": "10499498",
          "extInfo": ""
        },
        "videoImg": "",
        "videoId": "",
        "text": "测试第三条收藏",
        "time": 1522834915727,
        "type": "0",
        "collectionId": "collection:10106339:11963460"
      },
      {
        "aProductId": "644589dd-321e-43ba-a3e1-75b92a20f064",
        "aProductType": "2",
        "model": "22222222",
        "productId": "",
        "productType": "",
        "androidRmb": "",
        "iosRmb": "",
        "point": "",
        "siteId": "",
        "isHorizontalScreen": 0,
        "collectionType": "moment",
        "img": "",
        "icon": {
          "image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0226/1519621456573_small.jpg",
          "nickName": "个",
          "userId": "10499498",
          "extInfo": ""
        },
        "videoImg": "",
        "videoId": "",
        "text": "测试第二条收藏",
        "time": 1522834755781,
        "type": "0",
        "collectionId": "collection:10106339:11762561"
      }
    ]
  },
  "errorMessage": "成功",
  "errorCode": "0"
}