Ken преди 23 часа
родител
ревизия
c2832163d6
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      app/Services/SmsService.php

+ 0 - 3
app/Services/SmsService.php

@@ -28,9 +28,6 @@ class SmsService
         $password = config('services.sms.password');
         $content = config("services.sms.content");
         $code = mt_rand(100000, 999999);
-        if ($phone == '13888888888') {
-            return 888888;
-        }
         $content = str_replace("{code}", $code, $content);
         $url = static::$uri . "?u=" . $username . "&p=" . md5($password);
         $url .= "&c=" . urlencode($content);