正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
@@ -96,7 +96,6 @@ class IndexController extends WeChatBaseController | @@ -96,7 +96,6 @@ class IndexController extends WeChatBaseController | ||
96 | * @param $tel | 96 | * @param $tel |
97 | */ | 97 | */ |
98 | public function sendVerifyCode(){ | 98 | public function sendVerifyCode(){ |
99 | - $this->success(); | ||
100 | $tel=input('tel'); | 99 | $tel=input('tel'); |
101 | $code=cmf_get_verification_code($tel, $length = 6); | 100 | $code=cmf_get_verification_code($tel, $length = 6); |
102 | if ($code===false){ | 101 | if ($code===false){ |
-
请 注册 或 登录 后发表评论