>排行榜
~~~[api]
get:/index.php/gamecow/Apigame/member_ranking_list
int:type=1 #1:等級排行,2:累計收益排行,3累計返
int:num=10#排行榜顯示條數
<<<
success
{
"err": 0,
"count": 3,
"data": [{
"id": 1,
"leve": 1,
"total_rebate": "0.0000",
"total_profit": "0.0000",
"nickname": "\u6211\u7684\u5ea6\u5047\u9152\u5e97\u5c45\u591a\u5bb6\u5177\u5bb6\u7535\u5927\u5bb6\u89c9\u5f97",
"headpath": "https:\/\/dss0.bdstatic.com\/5aV1bjqh_Q23odCf\/static\/superman\/img\/logo_top-e3b63a0b1b.png"
}]
}
<<<
~~~
| 字段 |詳情 |
| --- | --- |
| id| 記錄id |
| leve| 用戶等級 |
| total_rebate| 累計返利 |
| total_profit | 累計收益 |
| nickname| 昵稱 |
| headpath| 頭像 |