排行榜-列表

说明 / 示例

```language "服务端--响应示例": data: { code: 1, msg: "", amount: 4, //(总条数,前端做分页使用,没数据为0) data: [ { rank: 1, //排行第1名 name: "刘德华", //名称 head: "http//:img.png", //头像 today: "10000", //今日收益 sum:"50000",//总收益 }, { rank: 2, //排行第2名 name: "张学友", //名称 head: "http//:img.png", //头像 today: "999", //今日收益 sum:"40000",//总收益 }, { rank: 3, //排行第三名 name: "黎明", //名称 head: "http//:img.png", //头像 today: "888", //今日收益 sum:"30000",//总收益 }, { rank: 4, //排行第三名 name: "郭富城", //名称 head: "http//:img.png", //头像 today: "777", //今日收益 sum:"20000",//总收益 }, ] } ```