mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-05 20:18:22 +00:00
ref 支付回调逻辑重构, 接入支付订单修复逻辑, 超时任务处理逻辑, 定时同步支付中订单状态
This commit is contained in:
@@ -34,7 +34,7 @@ public class PayParam extends PayCommonParam{
|
||||
@Schema(description = "支付描述")
|
||||
private String description;
|
||||
|
||||
@Schema(description = "过期时间")
|
||||
@Schema(description = "过期时间, 多次传输以第一次为准")
|
||||
@JsonDeserialize(using = TimestampToLocalDateTimeDeserializer.class)
|
||||
private LocalDateTime expiredTime;
|
||||
|
||||
|
Reference in New Issue
Block a user