【文件属性】:
文件名称:WebUtils.doPost
文件大小:190KB
文件格式:JAR
更新时间:2014-07-21 07:15:30
WebUtils doPost
map2=new HashMap();
map2.put("userName", employee_no);
map2.put("firstName", first_namex);
map2.put("lastName", first_namem);
map2.put("trueName", first_name);
map2.put("email", ema);
map2.put("actived", stat1);
map2.put("idsgroupName", idsgroupName);
map2.put("mobile", mobile_number);
map2.put("tel", mobile_number);
map2.put("creditID", identity_number);
map2.put("plainUserPwd", employee_no);
try {
String getString=WebUtils.doPost(path, map2,"GBK") ;
if("1".equals(getString.trim())){
MainForm.log("成功导入|i="+i+":userName="+employee_no);
}else{
MainForm.log("导入失败|i="+i+":userName="+employee_no);
}
}catch (IOException e2) {
}catch (Exception e) {
MainForm.log(e.toString());
}