Commit e856ecc6 by 冷斌

fix bug

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