如图前台接收到的endTime字段,尝试使用了
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")注解,也没有什么用
自定义配置类,实现Converter完成字符串与LocalDateTime类型的转换
用timestamp吧,就是个number
用LocalDateTime没有解决办法嘛
返回什么,最终取决于你使用的JSON库
使用的json库?怎么才能知道我使用的什么库?
@Abserver: 你用的spring或者springboot,自己没改的话,大概率是Jackson吧,你百度一下Jackson LocalDateTime就行