'timestamp:Y-m-d H:i:s', ]; //表名 //关联模型 //新增属性的方法 public function getCreateTimeIntAttr($value, $data) { return isset($data['create_time']) ? strtotime($data['create_time']) : 0; } }