framework/class/oauth2/mobile.class.php
@@ -78,6 +78,7 @@ $smscode = trim($_GPC['smscode']); $mobile = trim($_GPC['mobile']); $member['password'] = $_GPC['password']; $member['invitation_code'] = $_GPC['invitation_code']; if (empty($smscode)) { return error(-1, '短信验证码不能为空');