Commit df6d4c82 by 冷斌

fix bug

parent 97e07c37
......@@ -196,6 +196,8 @@ class InviteController extends HomebaseController {
echo "aaaaa";
//密码可以使用明文密码或使用32位MD5加密
$result = 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