'json', ]; // 追加属性 protected $append = [ 'type_text' ]; public function typeList() { return ['text' => '文字', 'link' => '链接']; } }