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

Commit 3577c0d1 authored by anjiabin's avatar anjiabin

提交支付查询

parent 2022138a
...@@ -87,6 +87,8 @@ public abstract class AbstractWepayStrategy implements IWepayStrategy { ...@@ -87,6 +87,8 @@ public abstract class AbstractWepayStrategy implements IWepayStrategy {
payData.setPaySign(respWepayDto.getSign()); payData.setPaySign(respWepayDto.getSign());
payData.setSignType("MD5"); payData.setSignType("MD5");
payData.setTimeStamp(Long.valueOf(DateUtil.now().getTime()).toString()); payData.setTimeStamp(Long.valueOf(DateUtil.now().getTime()).toString());
payData.setPartnerId(respWepayDto.getMchId());
payData.setPrepayId(respWepayDto.getPrepayId());
respDto.setPayData(payData); respDto.setPayData(payData);
return respDto; return respDto;
} }
......
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