|
|
@@ -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);
|