添加pos 机退款接口

This commit is contained in:
韩鹏辉
2023-06-13 11:23:44 +08:00
parent 064d32c93c
commit 8e4133d57e
6 changed files with 68 additions and 216 deletions

View File

@@ -46,6 +46,9 @@ public class CheckTransOrderStatusJob {
@Setter(onMethod_ = {@Autowired, @Qualifier("ysPayOldService")})
private PayService ysPayOldService;
@Setter(onMethod_ = {@Autowired, @Qualifier("lkLPayService")})
private PayService lklPayService;
/**
* 检查待确认订单状态定时任务 5秒执行一次
*/
@@ -116,7 +119,9 @@ public class CheckTransOrderStatusJob {
//银盛
}else if(channel.getChannel() == 4){
result = ysPayOldService.tradeQuery(order, channel.getMerchantId());
}else{
}else if(channel.getChannel()==5){
result=lklPayService.tradeQuery(order,channel.getMerchantId());
}else {
continue;
}
if(result != null){