记得上下班打卡 | git大法好,push需谨慎

Commit b38d7199 authored by anjiabin's avatar anjiabin

提交支付查询

parent dfe2a6e9
...@@ -37,6 +37,7 @@ public class WepayStrategyAppImpl extends AbstractWepayStrategy { ...@@ -37,6 +37,7 @@ public class WepayStrategyAppImpl extends AbstractWepayStrategy {
@Override @Override
DragonPayBaseRespDto buildResponseDto(DragonPayBaseRespDto payBaseRespDto, WepayPayRespDto respDto) { DragonPayBaseRespDto buildResponseDto(DragonPayBaseRespDto payBaseRespDto, WepayPayRespDto respDto) {
payBaseRespDto.getPayData().setMwebUrl(respDto.getMwebUrl()); payBaseRespDto.getPayData().setMwebUrl(respDto.getMwebUrl());
payBaseRespDto.getPayData().setPackages("Sign=WXPay");
return payBaseRespDto; return payBaseRespDto;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment