获取交班结算交易

交互模式

请求:后台请求交互模式

接口名称:/open/direct/lql/getScheduleTrade

请求参数:

字段 类型 必填项 描述
scheduleId int 班次编号

响应:

tradeSummary json array 交易汇总
trades json array 交易列表

交易汇总:

payTypeId int 支付方式,1003微信 1004支付宝 1006银行卡 1010云闪付
count int 交易笔数
amount int 交易金额,单位:分
fee int 手续费,单位:分

交易列表:

tradeId text 交易流水号
tradeTypeId int 交易类型,1-消费 2-撤销 3-退货 4-预授权请求 5-预授权完成 6-预授权撤销 8-预授权完成退款
tradeTime text 交易时间,格式:yyyy-MM-dd HH:mm:ss
tradeAmount int 交易金额,单位:分
tradeFee int 手续费,单位:分
payTypeId int 支付方式,1003微信 1004支付宝 1006银行卡 1010云闪付
isExtraSettleTrade bool 是否被结算的交易
handleMode int 处理方式,0待处理 1忽略 2交由其它班次处理
handleScheduleId int 异常交易的处理班次