xiaogang 4 năm trước cách đây
mục cha
commit
a8cb33bc0e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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' => '发送短信失败'];
         }