xiaogang %!s(int64=4) %!d(string=hai) anos
pai
achega
a8cb33bc0e
Modificáronse 1 ficheiros con 1 adicións e 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' => '发送短信失败'];
         }