$group['iid'], 'text' => $group['name'], ]; } echo json_encode(['items' => $list]); } break; default: break; } exit;