Commit 6067a267 by 冷斌

测试

短信验证
parent eb930866
...@@ -566,9 +566,6 @@ class PassportAction extends CommonAction ...@@ -566,9 +566,6 @@ class PassportAction extends CommonAction
$intro = t($_POST['intro']); $intro = t($_POST['intro']);
$interest = intval($_POST['interest']); $interest = intval($_POST['interest']);
var_dump($_POST['verify'], $_SESSION['phoneverify']);
die;
if ($this->open_school) { if ($this->open_school) {
//获取默认机构 //获取默认机构
$default_school = D('School', 'school')->getDefaultSchol('id'); $default_school = D('School', 'school')->getDefaultSchol('id');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment