获取积分信息
URL: http://apiwjjtest.cnlive.com/Daren/integral/getIntegralMsg.action
请求方式: HTTP GET
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|---|---|---|
| sid | String | true | 用户sid |
返回格式: JSON
返回格式样例:
{
"data": {
"face": "http://yweb0.cnliveimg.com/images/headImg/2019/0726/1564108264141_small.jpg",
"nick": "啦啦",
"location": "北京",
"integral": "4200"
},
"errorCode": "0",
"errorMessage": "成功"
}
错误码:
{
"data": {},
"errorCode": "500",
"errorMessage": "服务器异常"
}
{
"data": {},
"errorCode": "403",
"errorMessage": "缺少必要参数"
}