xiaogang hace 4 años
padre
commit
a8cb33bc0e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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' => '发送短信失败'];
         }