文档
测试

下载或查看充值记录

GET
http://192.168.1.181:7072/meridian-portable-public/account/money/log/list/admin

请求参数

参数名
类型
描述
必填
timeStart
int
开始时间戳
必填
timeEnd
int
结束时间戳
必填
page
int
第几页
必填
num
int
一页显示几条数据
必填
accountId
int
医生id
必填
isAdd
boolean
是否是获取钱增加(充值的)的流水,否则是减少的(消费的)
必填

响应数据

```json { "errorCode": 0, "msgType": 1, "result": { "list": [ { "accountId": 91186, "id": 1450, "memo": "管理员修改余额", "num": 2000, // typeOne=money: 充值金额, typeOne=habitus: 充值膏方次数 "numPre": 2000, // 当前余额或当前次数 "orderId": "admin:15000000003", "time": 1604998240408, "type": 0, // 0=后台,1=微信扫码 "typeOne": "money" // 类型:money=余额相关的日志, habitus=体质膏方次数相关的日志 }, { "accountId": 91862, "id": 1391, "memo": "管理员修改体质膏方的次数", "num": 5, "orderId": "admin:17596935654", "time": 1604973004536, "type": 0, "typeOne": "habitus" }, { "accountId": 91862, "id": 1390, "memo": "管理员修改余额", "num": 5000, "orderId": "admin:17596935654", "time": 1604973004469, "type": 0, "typeOne": "money" }, { "accountId": 91862, "id": 1389, "memo": "商品订购余额购买", "num": -178, "orderId": "20201011125651_91862", "time": 1604891773194, "type": 6, "typeOne": "money" }, { "accountId": 91862, "id": 1388, "memo": "商品订购余额购买", "num": -178, "orderId": "20201011125651_91862", "time": 1604891719241, "type": 6, "typeOne": "money" }, { "accountId": 91862, "id": 1387, "memo": "商品订购余额购买", "num": -178, "orderId": "20201011125651_91862", "time": 1604891656623, "type": 6, "typeOne": "money" }, { "accountId": 91862, "id": 1386, "memo": "商品订购余额购买", "num": -534, "orderId": "20201011125651_91862", "time": 1604891599655, "type": 6, "typeOne": "money" }, { "accountId": 91862, "id": 1383, "memo": "商品订购余额购买", "num": -534, "orderId": "20201011125651_91862", "time": 1604890982937, "type": 6, "typeOne": "money" } ], "total": 8 } } ```