This commit is contained in:
dengbw
2022-02-09 16:35:47 +08:00
parent 97637e5306
commit 4337f7d72a
2 changed files with 6 additions and 5 deletions
@@ -49,9 +49,9 @@
<table class="am-table am-table-bordered">
<thead>
<tr>
<th width="50"><span>ID</span></th>
<th width="6%"><span>用户</span></th>
<th width="20%"><span>内容</span></th>
<th width="4%"><span>ID</span></th>
<th width="25%"><span>用户</span></th>
<th width="50%"><span>内容</span></th>
<th width="10%"><span>创建时间</span></th>
</tr>
</thead>
+3 -2
View File
@@ -562,8 +562,9 @@ class Special extends Wxapp
$code = random_string('numeric', 6);
$this->lc_redis->save($key, $code, 600);
}
$content = "【狸车】您正在参与{$title}报名,验证码 {$code}";
b2m_send_sms($mobile, $content);
//$content = "【狸车】您正在参与{$title}报名,验证码 {$code}";
//b2m_send_sms($mobile, $content);
send_sms($mobile, $code);
throw new Hd_exception('发送成功', 200);
}