curl --location --request GET '/agency/amsAgencyCashLog/list' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k'
{
"code": 0,
"message": "string",
"result": {
"current": 0,
"hitCount": true,
"pages": 0,
"records": [
{
"agencyId": 0,
"alipayAccount": "string",
"bankCard": "string",
"bankCode": "string",
"bankName": "string",
"cashAccountType": 0,
"cashNo": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"delFlag": 0,
"handleName": "string",
"handleTime": "2019-08-24T14:15:22Z",
"id": "string",
"logId": 0,
"originalPrice": 0,
"phone": "string",
"price": 0,
"remark": "string",
"status": 0,
"thirdErrors": "string",
"thirdExt": "string",
"thirdInfo": "string",
"thirdOrderNo": "string",
"thirdType": 0,
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"userName": "string"
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}