Skip to content
yzf edited this page Sep 4, 2014 · 3 revisions

地址:http://go.redhome.cc/newvote/2013lfqs/validate.php?num={学号}&name={姓名}

方式: get

请用urlencode进行编码

ar reText = ajax.responseText;
if(reText=='EmptyInfo'){
    reText = '您输入的验证信息不能为空哦!';
}if(reText=='InputError'){
    reText = '您输入的验证信息类型有误.';
}if(reText=='ErrorInMatchingNUM2NAME'){
    reText = '真实信息比对失败.';
}if(reText=='NoRealNumExist'){
    reText = '抱歉,暂时没有该学工号存在.可能是由于学校数据库中暂无您的学号数据.我们将在近期联系学校增加您的个人信息.';
}if(reText=='OK'){
    reText = '信息验证成功!';
}