Page History

Addresslist

Last edited by 郑超

返回

获取生活号列表


URL: http://10.136.39.230:8080/CnliveIM/notify/uploadAddressBook.action?appId=xxx&uid=xxx


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
appId String true appID
uid String true 用户ID
members String true 上传通讯录手机号;多个手机号用逗号隔开

返回参数说明:

tag 0.已添加 1.未添加(邀请)

返回格式: JSON


返回格式样例:

{
    "errorCode": "0",
    "errorMessage": "成功",
    "data": [
        {
            "sid": "daren1",
            "tag": 0
        }
    ]
}