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

Commit da97c74c authored by zhengfuxin's avatar zhengfuxin

修改订单失效时间。

parent 34bd0ae4
...@@ -138,7 +138,7 @@ public abstract class AbstractDouYinPayStrategy implements IDouYinpayStrategy { ...@@ -138,7 +138,7 @@ public abstract class AbstractDouYinPayStrategy implements IDouYinpayStrategy {
parameters.put("out_order_no", dragonPayBaseReqDto.getCode()); parameters.put("out_order_no", dragonPayBaseReqDto.getCode());
parameters.put("notify_url", this.getNotifyUrl()); parameters.put("notify_url", this.getNotifyUrl());
//订单过期时间(秒); 最小 15 分钟,最大两天 //订单过期时间(秒); 最小 15 分钟,最大两天
parameters.put("valid_time",this.valid_time); parameters.put("valid_time",Integer.parseInt(dragonPayBaseReqDto.getExpireTime())*60);
return parameters; return parameters;
}; };
......
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