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

Commit dfe2a6e9 authored by anjiabin's avatar anjiabin

提交支付查询

parent 17973208
...@@ -55,7 +55,7 @@ public class AlipayStrategyAppImpl extends AbstractAlipayStrategy { ...@@ -55,7 +55,7 @@ public class AlipayStrategyAppImpl extends AbstractAlipayStrategy {
@Override @Override
DragonPayBaseRespDto buildResponseDto(DragonPayBaseRespDto payBaseRespDto, Map<String, Object> respResult) { DragonPayBaseRespDto buildResponseDto(DragonPayBaseRespDto payBaseRespDto, Map<String, Object> respResult) {
payBaseRespDto.getPayData().setOrderStr(alipayGatewayUrl + "?" + respResult.get("body")); payBaseRespDto.getPayData().setOrderStr(respResult.get("body").toString());
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