syt_209
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user