Commit 2b91d960 authored by wuwz's avatar wuwz

im

parent af4f2cc8
...@@ -57,7 +57,11 @@ public class UserBiz { ...@@ -57,7 +57,11 @@ public class UserBiz {
params.put("password",mgt.getPassword()); params.put("password",mgt.getPassword());
result = this.login(params); result = this.login(params);
} }
}else{
json.put("password",map.get("password").toString());
result = json.toJSONString();
} }
baseResponse.setStatus(200); baseResponse.setStatus(200);
baseResponse.setMessage(result); baseResponse.setMessage(result);
return baseResponse; return baseResponse;
......
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