瀏覽代碼

互联网医院

Trick 5 年之前
父節點
當前提交
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){
    public JSONObject getHLWyyUser(String openid){
        JSONObject jsonObject = new JSONObject();
        JSONObject jsonObject = new JSONObject();
        jsonObject.put("openid",openid);
        jsonObject.put("openId",openid);
        try {
        try {
            String res = httpClientUtil.sendPost(getSynPath("xm_zsyy_wx"), jsonObject.toString());
            String res = httpClientUtil.sendPost(getSynPath("xm_zsyy_wx"), jsonObject.toString());
            JSONObject object1 = JSONObject.parseObject(res);
            JSONObject object1 = JSONObject.parseObject(res);