Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
chong
2015-11-04 15:05:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c15ab2ddcdc8a3c3c88d4c2cc8a3b60958c2e9ad
c15ab2dd
1 parent
adac2155
Created 用户积分排行 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
用户积分排行.md
用户积分排行.md
0 → 100644
View file @
c15ab2d
###接口地址
```
`
/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
}
]
}
```
...
...
Please
register
or
login
to post a comment