文档
测试
GET
{{url_public}}/factor/list/rank

请求参数

参数名
类型
描述
必填
timeStart
int
开始时间戳
必填
page
int
第几页
必填
num
int
每页显示几条数据
必填

响应数据

```json { "errorCode": 0, "msgType": 1, "result": { "list": [ { "accountId": 91084, "city": "宿州市", "fatherId": 96443, "memo": "", "money": 602.6, "name": "李阳", // 服务商名字 "numDoctor": 13, // 手下医生数 "phone": "15921540500", "province": "安徽省", "time": 1597229207911 }, { "accountId": 91082, "city": "上海市", "fatherId": 96443, "memo": "", "money": 477.97, "name": "牟伟强", "numDoctor": 24, "phone": "18017887299", "province": "上海市" }, { "accountId": 91083, "city": "上海市", "fatherId": 96443, "memo": "", "money": 79.91, "name": "孙康", "numDoctor": 9, "phone": "13641906024", "province": "上海市", "time": 1597229207911 } ], "total": 49 } } ```