用户云同步昵称和头像信息
URL:http://imtest.cnlive.com/CnliveIM/notify/portraitSet.action
请求方式: HTTP POST
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|---|---|---|
| sid | String | true | sid |
| nickName | String | false | 昵称 |
| faceImg | String | false | 头像 |
返回格式: JSON
返回格式样例:
{
"errorCode": "0",
"errorMessage": "成功"
}