chong

Created 用户积分排行 (markdown)

###接口地址
````
/event/statistic/score/list
````
###请求方式
````
GET请求
````
###URL参数
access_token
###POST内容
###返回值
有返回值
```json
{
"list": [
{
"userId": 4095,
"nickname": "喔喔",
"realName": "ceshi",
"score": 1751,
"number": 1,
"figureUrl": "http://avatars.boxfish.cn/user/4095/figure/1418377841.jpg"
},
{
"userId": 7566,
"nickname": "b@b.cn",
"realName": "fdsfs",
"score": 1564,
"number": 2
}
]
}
```
... ...