|  | @ -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);
 |