This commit is contained in:
xiaoyu
2025-05-20 09:27:15 +08:00
parent ff45eab94e
commit 652d821811
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ class Login extends CI_Controller
$this->input->set_cookie(LOGIN_CODE_COOKIE, $this->encryption->encrypt(json_encode($code)), 60 * 5, $domain);
// send_sms($mobile, $code);
$content = "理车宝" . "您的验证码为:{$code},请勿泄露于他人!";
$content = "好店云" . "您的验证码为:{$code},请勿泄露于他人!";
b2m_send_sms($mobile,$content);
}
}
+2 -1
View File
@@ -10,7 +10,8 @@ require_once APPPATH . 'controllers/wxapp/Wxapp.php';
class Sms extends Wxapp
{
private $smsSign = '理车宝';
//private $smsSign = '理车宝';
private $smsSign = '好店云';
function __construct($inputs, $app_key)
{