'普通聊天', 2 => '画图', 3 => '会议妙计', 4 => '思维导图', 5 => '音乐', 6 => '场景聊天', ]; if (!empty($type)) { return $data[$type] ?? ''; } return $data; } }