Browse Source

互联网医院

Trick 5 years ago
parent
commit
004cc05eb1

+ 1 - 1
server/svr-authentication/src/main/java/com/yihu/jw/security/core/userdetails/jdbc/WlyyUserDetailsService.java

@ -600,7 +600,7 @@ public class WlyyUserDetailsService extends JdbcDaoSupport implements UserDetail
    public JSONObject getHLWyyUser(String openid){
        JSONObject jsonObject = new JSONObject();
        jsonObject.put("openid",openid);
        jsonObject.put("openId",openid);
        try {
            String res = httpClientUtil.sendPost(getSynPath("xm_zsyy_wx"), jsonObject.toString());
            JSONObject object1 = JSONObject.parseObject(res);