|  | @ -957,7 +957,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
	
		
			
				|  |  |             String serialNo = (String)rs.get("serial_no");
 | 
	
		
			
				|  |  |             outpatientDO.setRegisterNo(serialNo);
 | 
	
		
			
				|  |  |             String conNo = (String)rs.get("@times");
 | 
	
		
			
				|  |  |             outpatientDO.setCardNo(conNo);
 | 
	
		
			
				|  |  |             outpatientDO.setConNo(conNo);
 | 
	
		
			
				|  |  |         }
 | 
	
		
			
				|  |  |         //保存日志
 | 
	
		
			
				|  |  |         WlyyHttpLogDO log = new WlyyHttpLogDO();
 | 
	
	
		
			
				|  | @ -2237,26 +2237,26 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
	
		
			
				|  |  |         return rs;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | //    @Autowired
 | 
	
		
			
				|  |  | //    private HttpClientUtil httpClientUtil;
 | 
	
		
			
				|  |  |     @Autowired
 | 
	
		
			
				|  |  |     private HttpClientUtil httpClientUtil;
 | 
	
		
			
				|  |  |     public String test() {
 | 
	
		
			
				|  |  | //        List<NameValuePair> params = new ArrayList<>();
 | 
	
		
			
				|  |  | ////        params.add(new BasicNameValuePair("clientId", "ihealth_pa8DIRJasL"));
 | 
	
		
			
				|  |  | ////        params.add(new BasicNameValuePair("clientSecret", "jkzl1h7aj39dnasyi23fnkv92"));
 | 
	
		
			
				|  |  | ////        params.add(new BasicNameValuePair("code", "b60bab0617c04b23b7fa0a059cc83eb6"));
 | 
	
		
			
				|  |  |         List<NameValuePair> params = new ArrayList<>();
 | 
	
		
			
				|  |  | //        params.add(new BasicNameValuePair("clientId", "ihealth_pa8DIRJasL"));
 | 
	
		
			
				|  |  | //        params.add(new BasicNameValuePair("clientSecret", "jkzl1h7aj39dnasyi23fnkv92"));
 | 
	
		
			
				|  |  | //        params.add(new BasicNameValuePair("code", "b60bab0617c04b23b7fa0a059cc83eb6"));
 | 
	
		
			
				|  |  | //        params.add(new BasicNameValuePair("openid","o0hubt3byGmNYLyC-UvmSVyUuZkI"));
 | 
	
		
			
				|  |  | //        //String res = httpClientUtil.post("http://www.xmtyw.cn/wlyy/iHealth/userInfo", params, "UTF-8");
 | 
	
		
			
				|  |  | //        //https://wx.xmzsh.com
 | 
	
		
			
				|  |  | //        String res = httpClientUtil.post("https://wx.xmzsh.com/interface/getUserInfoByOpenId.htm", params, "UTF-8");
 | 
	
		
			
				|  |  | //        return res;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | //
 | 
	
		
			
				|  |  | //        com.alibaba.fastjson.JSONObject jsonObject=new com.alibaba.fastjson.JSONObject();
 | 
	
		
			
				|  |  | //        jsonObject.put("openId","o0hubt3byGmNYLyC-UvmSVyUuZkI");
 | 
	
		
			
				|  |  | //        String responseMsg =httpClientUtil.sendPost("https://wx.xmzsh.com/interface/getUserInfoByOpenId.htm",jsonObject.toString());
 | 
	
		
			
				|  |  | //        com.alibaba.fastjson.JSONObject object1 = com.alibaba.fastjson.JSONObject.parseObject(responseMsg);
 | 
	
		
			
				|  |  | //        return object1.toString();
 | 
	
		
			
				|  |  |         return null;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |         com.alibaba.fastjson.JSONObject jsonObject=new com.alibaba.fastjson.JSONObject();
 | 
	
		
			
				|  |  |         jsonObject.put("openId","o0hubt3byGmNYLyC-UvmSVyUuZkI");
 | 
	
		
			
				|  |  |         String responseMsg =httpClientUtil.sendPost("https://wx.xmzsh.com/interface/getUserInfoByOpenId.htm",jsonObject.toString());
 | 
	
		
			
				|  |  |         com.alibaba.fastjson.JSONObject object1 = com.alibaba.fastjson.JSONObject.parseObject(responseMsg);
 | 
	
		
			
				|  |  |         return object1.toString();
 | 
	
		
			
				|  |  | //        return null;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  |     
 | 
	
		
			
				|  |  |     
 |