2.4 上传头像.md
1.49 KB
请求参数说明:
| 参数 | 必选 | 类型 | 说明 |
|---|---|---|---|
| appId | true | string | 应用ID |
| uid | true | string | 用户ID |
| face | true | blob | 头像文件 |
| clientPlat | true | string | 客户端平台[i:IOS客户端,a:Android客户端, w: 网页] |
| token | true | string | 平台TOKEN |
返回格式说明:
{
"errorCode":"0",
"errorMessage":"成功",
"data":{
"faceUrl":"http://120.92.63.41:8080/mobile/images/mobilehead/2016/11/17/1479349016427_small.jpg",
"bigFaceUrl":"http://120.92.63.41:8080/mobile/images/mobilehead/2016/11/17/1479349016427.jpg"
}
}
{
"errorCode":"1",
"errorMessage":"请求参数无效"
}
{
"errorCode":"9",
"errorMessage":"token验证失败"
}
{
"errorCode":"8",
"errorMessage":"token已失效"
}
{
"errorCode": "41005",
"errorMessage": "ClientPlat无效"
}
{
"errorCode":"42007",
"errorMessage":"文件上传失败"
}
{
"errorCode":"42008",
"errorMessage":"头像更新失败"
}
{
"errorCode":"40005",
"errorMessage":"其他错误"
}