流水详情

#### 接口描述: * 流水详情 #### 接口版本: | 版本号 | 制定人 | 制定日期 | 修订日期 | 备注 | | :-- | :-- | :--- | :--- | :- | #### 请求URL: * {{agentHost}}/api/accountHistory/{hid} #### 请求方式: * GET #### 请求参数: | 参数名 | 说明 | | :-- | :- | #### 返回数据说明: #### 返回示例: ```json { "msg": "SUCCESS", "code": 0, "data": { "total": 1, "current": 1, "records": [ { "infoName": "快照", "hid": 1001, "opAmount": 10000, "infoId": "A1647483478", "opAfterAmount": 10000, "relaBizOrderType": 1, "createdAt": "2022-03-23 15:28:34", "infoType": "AGENT", "opAccountType": 1, "opBeforeAmount": 0, "updatedAt": "2022-03-23 15:28:34" } ], "hasNext": false } } ``` #### 备注: \-