文档
测试

获取每个医生使用到红包的日志

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

接口描述

获取每个医生使用到红包的日志

请求参数

参数名
类型
描述
必填
type
int
类型:11:医生获取的红包,14:医生使用的红包
必填
accountId
int
医生id
必填
timeStart
int
开始时间戳
必填
timeEnd
int
结束时间戳
必填

响应数据

```json { "errorCode": 0, "msgType": 1, "result": [ { "accountId": 96516, "id": 1713, "memo": "药方订单红包使用", "num": 8.88, "numPre": 0, "orderId": "20201222165459_96516", "time": 1608627317894, "type": 14, "typeOne": "red_packet" }, { "accountId": 96516, "id": 1712, "memo": "药方订单红包使用", "num": 8.88, "numPre": 8922.36, "orderId": "20201222165459_96516", "time": 1608627317863, "type": 14, "typeOne": "red_packet" } ] } ```