...
|
...
|
@@ -440,8 +440,6 @@ public abstract class AlipayServiceAbstract extends AbstractPayService { |
|
|
|
|
|
}else if(Payment.isHBFQ(payment)){
|
|
|
|
|
|
params.put("specified_channel", "pcreditpayInstallment"); // 花呗分期
|
|
|
|
|
|
HbfqEnum hbfqEnum = HbfqEnum.getByfqTerms(hbfqNums);
|
|
|
if(hbfqEnum == null) {
|
|
|
logger.warn("fqNums from req invalid, fqNums: {}, orderCode: {}", hbfqNums, tradeNo);
|
...
|
...
|
|