xiaogang 4 years ago
parent
commit
a8cb33bc0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/SmsService.php

+ 1 - 1
app/Services/SmsService.php

xqd
@@ -78,7 +78,7 @@ class SmsService
         } catch (SmsException $e) {
             return ['error' => $e->getMessage()];
         } catch (NoGatewayAvailableException $e) {
-            return ['error' => '发送短信失败'];
+            return ['error' => '发送短信失败2'];
         } catch (Exception $e) {
             return ['error' => '发送短信失败'];
         }