文档
测试

获取每个医生的红包金额

GET
{{url_public}}/account/money/log/red/packet/map

请求参数

参数名
类型
描述
必填
timeStart
int
开始时间戳
必填
timeEnd
int
结束时间戳
必填
doctorIds
string
医生id字符串(多个)
必填

响应数据

```json { "errorCode": 0, "msgType": 1, "result": { "getMap": { // 每个用户获取到的红包总额 "96516": 16.6 // doctorId: 金额 }, "useMap": { // 每个用户使用过红包总额 "96516": 77.6 } } } ```