Commit 90243171 by 冷斌

fix bug

parent 7e1e6485
......@@ -277,11 +277,8 @@ class InviteController extends HomebaseController {
}
$mobile_code = random(6,1);
echo "aaaaa";
//密码可以使用明文密码或使用32位MD5加密
$result = $this->sendCode($mobile,$mobile_code,630425);
var_dump($result);
die;
if($result['code']===0){
$_SESSION['reg_mobile'] = $mobile;
$_SESSION['reg_mobile_code'] = $mobile_code;
......
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