4.5.1 查询用户信息.md 806 Bytes

请求参数说明:

appId true string 应用ID
originalAppId true string 加密串应用ID
sid true string sid日期的加密串
clientPlat true string 客户端平台[i:IOS客户端,a:Android客户端, w: 网页]

返回格式说明:

{
    "errorCode": "0",
    "errorMessage": "成功",
    "data": {
        "mobile": "158xxxx7170"
    }
}
{
    "errorCode": "1",
    "errorMessage": "请求参数无效"
}