更新财务流水
GET
https://test.52miaosuan.com:8090/miaosuan/finance/base/flow/update
接口描述
更新基础财务流水,请求参数为json
请求头
参数名
类型
描述
必填
user_id
int
用户编号
必填
请求参数
参数名
类型
描述
必填
flow_record_id
int
流水编号
必填
flow_type_id
int
流水类型ID
必填
flow_done
int
流水是否完成,0 - 未收、未付,1 - 已收、已付
必填
flow_amount
float
流水金额
必填
related_name
string
流水交易相关方信息
必填
trade_type_id
int
交易类型ID
必填
description
string
流水备注
必填
delete_files
array
删除的流水ID列表,如:[1,2,3]
必填