整理代码
This commit is contained in:
@ -34,7 +34,7 @@ public class ApiResult<T> implements Serializable {
|
||||
private String msg;
|
||||
|
||||
@JSONField(format = "yyyy-MM-dd HH:mm:ss")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
|
||||
private Date time;
|
||||
|
||||
public ApiResult() {
|
||||
|
Reference in New Issue
Block a user