'datetime:Y-m-d H:i:s', // 指定序列化格式 // 'created_at' => 'datetime:Y-m-d H:i:s', // 指定序列化格式 'updated_at' => 'timestamp', // 指定序列化格式 'created_at' => 'timestamp', // 指定序列化格式 ]; public static function getFollow($follow) { $follow['type_txt'] = Constants::FOLLOW[$follow['type']]; return $follow; } }