2.4 用户信息-修改用户信息.md 1.29 KB

/* Title: 2.4 修改用户信息 Sort: 24 */

URL: http://api.cnlive.com/open/api/CnliveMobile/json/updateUserInfo?sp_id=xxx&...


请求方式: POST


返回格式: JSON


请求参数说明:

参数 必选 类型 说明
appId true string 应用ID
uid true string 用户ID
type true string nick-昵称,gender-性别,mobile-手机号,contact-联系方式,pwd-密码
value true string 对应的信息
clientPlat true string 客户端平台[i:IOS客户端,a:Android客户端]
token true string 平台TOKEN

返回格式说明:

{
    errorCode:"0",
    errorMsg:"成功"
}
{
    errorCode:"xxx",   //错误代码(非0)
    errorMsg:"失败"   //错误信息
}