Commit 1ce2ad81 by 冷斌

fix bug

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