Page History

Searchphone

Last edited by 郑超

返回

按手机号查找-----

URL: http://120.92.5.19:8080/CnliveIM/notify/searchByPhoneNumber.action?appId=xxx&sid=xxx&phoneNumber=xxx


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
appId String true appID
sid String true 用户ID
phoneNumber String true 手机号

返回格式:

{
    "errorCode": "0",
    "errorMessage": "成功",
    "data": {
        "sid": "10499273",
        "nickName": "189xxxx7823",
        "image": "https://y1.cnliveimg.com/mobile/images/mobilehead/default/face_60X60.jpg"
    }
}