mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-11-04 06:07:59 +08:00 
			
		
		
		
	重命名客服接口获取方法名称,保证统一
This commit is contained in:
		@ -23,8 +23,9 @@ public class ApiTestModule implements Module {
 | 
			
		||||
          WxXmlMpInMemoryConfigStorage.class, is1);
 | 
			
		||||
      WxMpServiceImpl wxService = new WxMpServiceImpl();
 | 
			
		||||
      wxService.setWxMpConfigStorage(config);
 | 
			
		||||
      WxMpKefuService customerService = new WxMpKefuServiceImpl();
 | 
			
		||||
      wxService.setCustomerService(customerService);
 | 
			
		||||
      
 | 
			
		||||
      WxMpKefuService kefuService = new WxMpKefuServiceImpl();
 | 
			
		||||
      wxService.setKefuService(kefuService);
 | 
			
		||||
 | 
			
		||||
      binder.bind(WxMpServiceImpl.class).toInstance(wxService);
 | 
			
		||||
      binder.bind(WxMpConfigStorage.class).toInstance(config);
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user