mirror of
https://gitee.com/jeequan/jeepay.git
synced 2026-09-01 15:09:42 +08:00
计全付 退款查询优化
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ public class PlspayRefundService extends AbstractRefundService {
|
||||
PlspayNormalMchParams normalMchParams = (PlspayNormalMchParams) configContextQueryService.queryNormalMchParams(mchAppConfigContext.getMchNo(), mchAppConfigContext.getAppId(), CS.IF_CODE.PLSPAY);
|
||||
model.setMchNo(normalMchParams.getMerchantNo()); // 商户号
|
||||
model.setAppId(normalMchParams.getAppId()); // 应用ID
|
||||
model.setRefundOrderId(refundOrder.getRefundOrderId()); // 退款订单号
|
||||
model.setRefundOrderId(refundOrder.getChannelOrderNo()); // 渠道退款订单号
|
||||
request.setBizModel(model);
|
||||
// 发起请求
|
||||
RefundOrderQueryResponse response = new RefundOrderQueryResponse();
|
||||
|
||||
Reference in New Issue
Block a user