'直接转发', self::FROM_POSTER => '识别海报', self::FROM_LINK => '分享链接', ]; } public static function getFromText($from) { return self::getFromList()[$from] ?? '未知'; } public static function getFromList() }