chong

Created 用户每日积分排行 (markdown)

  1 +###接口地址
  2 +````
  3 +/event/statistic/score/rank
  4 +````
  5 +###请求方式
  6 +````
  7 +GET请求
  8 +````
  9 +###URL参数
  10 +access_token
  11 +
  12 +###返回值
  13 +有返回值
  14 +```json
  15 +{
  16 + "list": [
  17 + {
  18 + "userId": 4095,
  19 + "nickname": "喔喔",
  20 + "realName": "ceshi",
  21 + "score": 1751,
  22 + "number": 1,
  23 + "figureUrl": "http://avatars.boxfish.cn/user/4095/figure/1418377841.jpg"
  24 + },
  25 + {
  26 + "userId": 7566,
  27 + "nickname": "b@b.cn",
  28 + "realName": "fdsfs",
  29 + "score": 1564,
  30 + "number": 2
  31 + }
  32 + ]
  33 +}
  34 +```