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){
......
......@@ -605,6 +605,8 @@
/* 发送验证码 -- 容联云 */
function sendCode($mobile,$code){
var_dump(1);
die;
$rs = array('code' => 0, 'msg' => '', 'info' => array());
$config = getConfigPri();
......
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