dever %!s(int64=4) %!d(string=hai) anos
pai
achega
db8429206b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Reg.php

+ 1 - 1
src/Reg.php

@@ -35,7 +35,7 @@ class Reg extends Base
         $msg = '验证码已发送至您的手机,请注意查收,十分钟之内有效';
         $debug = Dever::config('base', 'project')->mobileCode['debug'];
         if ($debug) {
-            $msg .= ':' . $code;
+            $msg .= '::' . $code;
         }
         return $msg;
     }