URL: http://10.136.51.35/CnliveM2/user/updateUserExtInfo.action?appId=xxx&...
请求方式: POST
返回格式: JSON
请求参数说明:
| 参数 | 必选 | 类型 | 说明 |
|---|---|---|---|
| appId | true | string | 应用ID |
| uid | true | string | 用户ID |
| extInfo | true | string | 扩展信息(格式由对方自己组织,平台只负责存储和原样读取) |
| token | true | string | 平台TOKEN |
| clientPlat | true | string | 客户端平台[i:IOS客户端,a:Android客户端] |
返回格式说明:
{
errorCode:"0",
errorMsg:"成功"
}
{
errorCode:"1",
errorMsg:"请求参数无效"
}
{
errorCode:"42004",
errorMsg:"操作失败"
}
{
errorCode:"40005",
errorMsg:"其他错误"
}