mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-21 18:23:43 +08:00
fix: rollback
This commit is contained in:
@@ -49,7 +49,7 @@ public class BusiFavorReceiveConsumeData {
|
|||||||
/**
|
/**
|
||||||
* 发放时间 rfc 3339 yyyy-MM-ddTHH:mm:ss+TIMEZONE
|
* 发放时间 rfc 3339 yyyy-MM-ddTHH:mm:ss+TIMEZONE
|
||||||
*/
|
*/
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd'T'HH:mm:ss", timezone = "GMT+8")
|
@JsonFormat(pattern = "yyyy-MM-dd'T'HH:mm:ssXXX", timezone = "GMT+8")
|
||||||
private OffsetDateTime sendTime;
|
private OffsetDateTime sendTime;
|
||||||
/**
|
/**
|
||||||
* 微信用户在appid下的唯一标识。
|
* 微信用户在appid下的唯一标识。
|
||||||
|
|||||||
Reference in New Issue
Block a user