文档
测试

签到客户获取(列表)

GET
{{url_public}}/doctor/customer/list

请求参数

参数名
类型
描述
必填
search
string
搜索,名称或手机号
必填
isSignIn
boolean
是否签到:true:是
必填
timeStart
int
开始时间戳
必填
page
int
第几页
必填
num
int
每页显示几条数据
必填

响应数据

```json { "errorCode": 0, "msgType": 1, "result": { "list": [ { "addMoneyLv": 4, "addMoneyPer": 0.3, "area": "安徽省宿州市", "doctorId": 94963, "earnestMoney": 0, "earnestMoneyCurr": 0, "factorId": 94533, "isServiceFeeFree": 0, "isStop": 0, "name": "陈迟", "phone": "15399559953", "serviceFee": 500, "serviceFeeFree": 10000, "serviceFeeFreeDay": 220, "serviceFeeFreeMonth": 10000, "reach": true, // false: 未达标,true:达标(count字段不会返回) "count": 2, // 连续2月未达标 "time": 1600158090255, "money": 100, // 本月开单金额 "type": 0, "unitName": "埇桥区三八办事处三八村卫生室" // 诊所名称 } ], "total": 2 } } ```