send($phone, $type, $playerId, $name); case PhoneSmsLog::COUNTRY_CODE_JP: return (new JpSmsServicesServices())->send($phone, $type, $playerId); default: throw new Exception(trans('country_code_error', [], 'message')); } } }