接口名称 查询用户信息     web domain
地址 https://api.cnlive.com/open/api2/user/readWJJUserById4H5
method post
返回数据 json

请求参数说明:

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": "请求参数无效"
}