wesmiler 2 years ago
parent
commit
8bfcad92d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/SmsService.php

+ 1 - 1
app/Services/SmsService.php

@@ -68,7 +68,7 @@ class SmsService extends BaseService
 
         // 发送逻辑
         $code = rand(100000,999999);
-        $content="【创信】您的验证码是{$config}";//短信内容
+        $content="【创信】您的验证码是{$code}";//短信内容
 //        $content="【{$signName}】您的验证码是:{$code}";//短信内容
 //        $content="【{$signName}】您的验证码是:{$code},请在10分钟内使用,请不要将验证码泄漏个他人。";//短信内容
         $content = iconv("UTF-8", "GBK", $content);