xiaogang 4 năm trước cách đây
mục cha
commit
6e273d8a60
2 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 1 0
      app/Services/JPushService.php
  2. 2 2
      app/Services/SmsService.php

+ 1 - 0
app/Services/JPushService.php

xqd
@@ -255,6 +255,7 @@ class JPushService
 //                throw new Exception("exID 返回与发送不一致");
 //            }
         } else {
+            throw new Exception("请重试");
             throw new Exception($ret['code'].':'.$ret['content']);
         }
         return $ret;

+ 2 - 2
app/Services/SmsService.php

xqd
@@ -20,9 +20,9 @@ class SmsService
 
     const EVENTS_TO_TEMPLATE = [
         //'login' => 377532,   //好邻盟短信验证码为:{1},请在{2}分钟内输入,如非本人操作,请忽略本短信
-        'login' => "SMS_187241612",   //好邻盟短信验证码为:{1},请在{2}分钟内输入,如非本人操作,请忽略本短信
+        'login' => "SMS_187241612",
 //        'forget' => 377532,   //好邻盟短信验证码为:{1},请在{2}分钟内输入,如非本人操作,请忽略本短信
-        'forget' => "SMS_187241612",   //好邻盟短信验证码为:{1},请在{2}分钟内输入,如非本人操作,请忽略本短信
+        'forget' => "SMS_187241612",
     ];
 
     const EVENT_ITEM_FUNCTION = [