'会员商城', 'pick' => '提货商城', 'article' => '资讯', ]; public function getChannelTextAttribute() { return $this->channel_type[$this->channel] ?? '未知'; } }