if (TongLianConstant.MERCHANT_TYPE_CCB.equals(merchantType)) {
return new CCBPayNotify(transaction, merchantType, headers);
}
// 建行二维码支付收款通知
if (TongLianConstant.MERCHANT_TYPE_QRCCB.equals(merchantType)) {
return new CCBQRPayNotify(transaction, merchantType, headers);
}
// 建行代收付收款通知
if (TongLianConstant.MERCHANT_TYPE_CSB.equals(merchantType)) {
return new CSBPayNotify(transaction, merchantType, headers);
}
// 建行对公付款收款通知
if (TongLianConstant.MERCHANT_TYPE_G2C.equals(merchantType)) {
return new G2CPayNotify(transaction, merchantType, headers);
}
// 支付宝收款通知
if (TongLianConstant.MERCHANT_TYPE_ALIPAY.equals(merchantType)) {
return new AliPayNotify(transaction, merchantType, headers);
}
// 微信收款通知
if (TongLianConstant.MERCHANT_TYPE_WECHAT.equals(merchantType)) {
return new WechatPayNotify(transaction, merchantType, headers);
}
throw new IllegalArgumentException(String.format("不支持的收款方式 : %s", merchantType));
}
建行聚合支付收款通知短信尊敬的客户:
您好!您有一笔收款已成功通过建行聚合支付到账,详情如下:
金额:xx元
建行聚合支付收款通知怎么关闭?建行聚合支付收款通知可以在建行手机银行APP的“我的-设置-支付设置”中关闭收款通知功能。
添加客服微信