<?php namespace app\model; use think\Model; class ToolAvoidPit extends Model { public function getTypeAttr($value) { $type = config('app.params.avoid_pit_type'); return $type[$value]; } }