|  | @ -0,0 +1,19 @@
 | 
	
		
			
				|  |  | package com.yihu.jw.wechat.service;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | import com.yihu.jw.entity.base.wx.WxUrlConfigDO;
 | 
	
		
			
				|  |  | import com.yihu.jw.restmodel.base.wx.WxWechatVO;
 | 
	
		
			
				|  |  | import com.yihu.jw.wechat.dao.WxUrlConfigDao;
 | 
	
		
			
				|  |  | import org.springframework.stereotype.Service;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | /**
 | 
	
		
			
				|  |  |  * Created by Trick on 2018/12/10.
 | 
	
		
			
				|  |  |  */
 | 
	
		
			
				|  |  | @Service
 | 
	
		
			
				|  |  | public class WxUrlConfigService {
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     private WxUrlConfigDao wxUrlConfigDao;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public WxUrlConfigDO getWxWechatConfig(String url){
 | 
	
		
			
				|  |  |         return wxUrlConfigDao.findByUrl(url);
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | }
 |