rabin 1 year ago
parent
commit
a8f448c2c7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Applet.php

+ 2 - 2
src/Applet.php

@@ -130,7 +130,7 @@ class Applet extends Base
         if (!$vid) {
             $mobile = Dever::input('mobile');
             if (!$mobile) {
-                Dever::alert('无效的用户id,请重新登录');
+                Dever::alert('无效的用户id,请重新登录1');
             }
         }
 
@@ -187,7 +187,7 @@ class Applet extends Base
                     $this->send($mobile, $uid);
                 }
             } else {
-                Dever::alert('无效的用户id,请重新登录');
+                Dever::alert('无效的用户id,请重新登录2');
             }
         }