Browse Source

chore: 短信签名

master
liyang 1 month ago
parent
commit
1f148632f7
  1. 3
      app/home/service/BaseHomeService.php

3
app/home/service/BaseHomeService.php

@ -75,8 +75,7 @@ class BaseHomeService
public function getSmsContent(int $type = 1): array
{
$code = random_int(1000, 9999);
$subject = "【Acm】あなたの認証コード[$code],有効10分以内";
// $subject = "your code is [$code], valid for 5 minutes";
$subject = "【モントレー・ジャパン】認証コード:[$code](有効期限30分)";
return ['subject' => $subject, 'code' => $code];
}

Loading…
Cancel
Save