1, 'C' => 2, ]; return $arr[$shopType] ?? 2; } else if (2 == $type) { return $shopType == 1 ? 1 : 2; } } }