获取当前用户的收藏列表

接口地址

/api/index.php/FavoritesApi/index


返回格式

JSON


http请求方式

GET/POST


请求参数
参数名称 必须 类型及范围 描述
access_token string Oauth2授权成功后获得的access_token
company_id int

require 组织ID

since_id int

列表最小ID,用于上下拉刷新,可选

max_id int

列表最大ID,用于上下拉刷新,可选

count int

每页数量,可选

page int

当前页,可选


返回结果
{
  "code": "00000",
  "message": "操作成功",
  "result": [
 {
  "id": "16",
 "favid": "392",
 "favtype": "0",
"favcate": "0",
"favcontent": "31",
 "weibo_id": "31",
 "uid": "403",
  "content": "宣讲会开始了",
  "ctime": "2014-10-16 11:15",
  "from": "2",
  "comment": "0",
  "transpond_id": "0",
  "transpond": "0",
  "type": "[0]",
  "type_data": [],
  "is_top": "0",
  "isdel": "0",
  "company_id": "1",
  "reltype": "0",
  "relevancy": "0",
  "relprivacy": "0",
  "uname": "王超然",
  "face": "http://sczzu-upload.stor.sinaapp.com/avatar/2014/10/14/543ce15b2bd33_big.jpg",
  "transpond_data": "",
  "timestamp": "1413429309",
  "like_count": 0,
  "favorited": 1,
  "is_readed": true,
  "org_name": "校园社区",
  "like": null,
  "haslike": 0
  }
  ]
  }