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 20:39:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a89dabadef20799b20f91554c6be764afd5187bc
a89dabad
1 parent
b6782773
Created 用户每日积分排行 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
用户每日积分排行.md
用户每日积分排行.md
0 → 100644
View file @
a89daba
###接口地址
```
`
/event/statistic/score/rank
```
`
###请求方式
```
`
GET请求
```
`
###URL参数
access_token
###返回值
有返回值
```
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