* 接口地址:http://api.rrocr.com/api/integral.html
* 请求类型:GET
### 请求参数
| 参数 | 属性 | 描述 |
|:----- |:-----|----- |
| appkey| 必填 | 用户中心提供的appkey |
### 返回结果
```
//http://api.rrocr.com/api/integral.html?appkey=21da8e03d090acc54dc5c6677a9ef8ef
{
msg:"查询成功",
integral:"200",
status:0 //如果查询失败status为-1
}
```