4.5 查询用户信息.md
905 Bytes
请求参数说明:
| 参数 | 必选 | 类型 | 说明 |
|---|---|---|---|
| appId | true | string | 应用ID |
| userName | true | string | 手机号 |
| sign | true | string | 签名 |
返回格式说明:
{
"errorCode": "0",
"errorMessage": "成功",
"data": {
"uid": "100054",
"mobile": "15810329218",
"email": ""
}
}
{
"errorCode":"1",
"errorMessage":"请求参数无效"
}
{
"errorCode":"40002",
"errorMessage":"未发现记录"
}
{
"errorCode":"40005",
"errorMessage":"其他错误"
}