diff --git a/admin/views/app/licheb/syt/achievement_lists.php b/admin/views/app/licheb/syt/achievement_lists.php
index 53311a80..0349c835 100644
--- a/admin/views/app/licheb/syt/achievement_lists.php
+++ b/admin/views/app/licheb/syt/achievement_lists.php
@@ -49,9 +49,9 @@
- | ID |
- 用户 |
- 内容 |
+ ID |
+ 用户 |
+ 内容 |
创建时间 |
diff --git a/home/controllers/h5/syt/Special.php b/home/controllers/h5/syt/Special.php
index 06f03b70..89a85592 100644
--- a/home/controllers/h5/syt/Special.php
+++ b/home/controllers/h5/syt/Special.php
@@ -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);
}