添加pos 机退款接口
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user