排行榜

## 排行榜 ### 请求地址 ``` api/index ``` ### 请求参数 |参数|类型|说明|是否必填| |-|-|-|-| | _handle | string | LeilongPage | 是 | | _method | string | GetPayRankings | 是 | | size | int | 条数 | 是0查全部 | | history | int | 是否查询历史 | 1查询上一期,0或者不传是查询当前 | ## 请求响应 ``` json { "code":1, "msg":"", "data":{ "xy_end_time":"xxx",//截至日期 "xy_total_money":10,//累积金额 "rankings":[{ "xy_uname":"xxx",//账号 "xy_money":"xxx",//金额 }] } } ```