Page History

Getfollowlist

Last edited by 宋亚南

返回

获取关注列表


URL: http://10.136.39.230:8080/CnliveIM/qcloud/getFollowList.action?appId=xxxx


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
appId String true 应用ID
sdkAppId String true APP在云通信控制台上获取的SDKAPPID
fromSid String true 发起方账号

返回格式: JSON


返回格式样例:

{
  "errorCode": "0",
  "followList": [
    {
      "name": "a",
      "pic": "sss"
    },
    {
      "name": "b",
      "pic": "sss"
    }
  ]
}