2.0 更新用户附加信息.md 1.33 KB

请求参数说明:

参数 必选 类型 说明
appId true string 应用ID
uid true string 用户ID
extInfo true string 扩展信息(格式由对方自己组织,平台只负责存储和原样读取)
token true string 平台TOKEN
clientPlat true string 客户端平台[i:IOS客户端,a:Android客户端, w: 网页]
sign true string 签名

返回格式说明:

{
    "errorCode":"0",
    "errorMessage":"成功"
}
{
    "errorCode":"1",   
    "errorMessage":"请求参数无效"  
}
{
    "errorCode": "8",
    "errorMessage": "token已失效"
}
{
    "errorCode": "9",
    "errorMessage": "token验证失败"
}
{
    "errorCode":"42004",   
    "errorMessage":"操作失败"  
}
{
    "errorCode":"40005",   
    "errorMessage":"其他错误"  
}