数据库现在时间字段默认为0,
在模型中添加 protected $casts = ['aaa_time' => 'datetime'];
此时返回前端的时候时间就变为了 1970-01-01 08:00:00,有什么解决办法吗?