'未授权', 1 => '已授权', 2 => '无需授权', 3 => '停用', ]; if (1 === (int)$value && ($this->attributes['expires_at'] - time()) / 3600 <= 72) { return '重新授权'; } return $map[$value]; } public function getPlatList() { return ['妙选', '快团团']; } public function getPlatIdAttribute($value) { $map = $this->getPlatList(); return $map[$value]; } }