Page History

Friendgetlist

Last edited by 赵家龙

返回

获取指定好友备注


URL: http://imtest.cnlive.com/CnliveIM/notify/friendGetList.action


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
sid String true sid
friendsSid String true 好友ID

返回格式: JSON


返回格式样例:

{
    "errorCode": "0",
    "errorMessage": "成功",
    "data": {
        "remark": "水水水水水",
        "mobile": [
            15010140838,
            1111111111
        ]
    }
}