Commit b8454ad1f3091b21fe51c7c2a991df203858eaa4

Authored by baohanddd
1 parent 9c6d5a5eed

add data import :机构、部门、用户(医生)

Showing 1 changed file with 1 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/utils/LoginUtil.java View file @ b8454ad
... ... @@ -40,7 +40,7 @@
40 40 PostMethod post = new MessageUtil.UTF8PostMethod("http://passport.healthbaby.com.cn/v1/checkUser.action");
41 41 NameValuePair[] data = {
42 42 new NameValuePair("account", account),
43   - new NameValuePair("pwd", pwd),
  43 + new NameValuePair("password", pwd),
44 44 new NameValuePair("typeId", typeId)
45 45 };
46 46 post.setRequestBody(data);