Commit 9d44f0b6ec14f35b4da3a0d99f3884fa51627602
Exists in
master
and in
1 other branch
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-common/src/main/java/com/lyms/platform/common/utils/LoginUtil.java
View file @
9d44f0b
... | ... | @@ -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); |