文档
测试

流水记录

POST
http://paybank.com/bank/api/BackRefund/getLogList

接口描述

关联表xingzhi_final_price

请求头

参数名
类型
描述
必填
Authorization
K0tPdVZVWUtnVmttc3VJLXE9WUpIUzRkT0xRdXBLT1dpSTA1b0VVU3N0WTJ1dDFSSFJvOU5QOFd0UWZGakZFQ3FXSVh6PThXMw%3D%3D
必填

请求参数

参数名
类型
描述
必填
page
int
页码1
必填
pagesize
int
10
必填
company_uuid
string
学校编号
必填

响应参数

参数名
类型
描述
必填
create_date
datetime
时间
必填
price
decimal
变动金额
必填
start_price
decimal
变动前金额
必填
last_price
decimal
变动后金额
必填
status
int
变动状态 0:加,1:减
必填
desc
string
说明
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "total": 2, "per_page": 10, "current_page": 1, "last_page": 1, "data": [ { "id": "2", "start_price": "1000800.00", "price": "200.00", "last_price": "1001000.00", "status": "0", "desc": "回退申请未通过,返回预扣金额", "create_by_uuid": "3532zd", "create_by_account": "1565154154154", "create_by_name": "北京银行", "create_date": "2021-12-01 09:38:27", "edit_by_uuid": "3532zd", "edit_by_account": null, "edit_by_name": "北京银行", "edit_date": "2021-12-01 09:38:28", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "b582f59324a311e78b61288023a234d0", "company_name": "江阴市云亭实验小学" }, { "id": "1", "start_price": "1000000.00", "price": "1000.00", "last_price": "1001000.00", "status": "0", "desc": "汇入", "create_by_uuid": "3532zd", "create_by_account": "1565154154154", "create_by_name": "北京银行", "create_date": "2021-12-01 09:34:38", "edit_by_uuid": "3532zd", "edit_by_account": null, "edit_by_name": "北京银行", "edit_date": "2021-12-01 09:34:39", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "b582f59324a311e78b61288023a234d0", "company_name": "江阴市云亭实验小学" } ] } }