获取团队业绩 websocket测试 GET http://192.168.1.181:7072/meridian-portable-public/factor/father/team/performance 请求参数 参数名 类型 描述 必填 time int 当月时间戳 必填 page int 第几页 必填 num string 显示几条数据 必填 seach string 查询条件(名称、手机号) 必填 area string 查询条件(地区: 宿州市) 必填 province string 筛选条件(省: 安徽省) 必填 city string 筛选条件(市: 南阳市) 必填 响应数据 ```json { "errorCode": 0, "msgType": 1, "result": { "list": [ { "factorId": 91088, // 服务商id "factorName": "魏玲", // 服务商姓名id "phone": 18575254654, // 手机号 "lv": 1, // 服务商等级(1: 银牌-12%, 2: 金牌-15%, 3:钻石-18%) "money": 133, // 当月结算金额 "numDoctor": 121, // 医生总数 "numDoctorActive": 23, // 活跃医生数 "pushMoneyPer": 0.12 // 服务商的提成比例(12%) } ], "total": 3 } } ```
```json { "errorCode": 0, "msgType": 1, "result": { "list": [ { "factorId": 91088, // 服务商id "factorName": "魏玲", // 服务商姓名id "phone": 18575254654, // 手机号 "lv": 1, // 服务商等级(1: 银牌-12%, 2: 金牌-15%, 3:钻石-18%) "money": 133, // 当月结算金额 "numDoctor": 121, // 医生总数 "numDoctorActive": 23, // 活跃医生数 "pushMoneyPer": 0.12 // 服务商的提成比例(12%) } ], "total": 3 } } ```