xiaogang 4 vuotta sitten
vanhempi
commit
a8cb33bc0e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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' => '发送短信失败'];
         }