1
0
mirror of synced 2025-12-21 16:38:01 +08:00

简化优化客服相关接口代码

This commit is contained in:
BinaryWang
2016-07-05 10:55:47 +08:00
parent 244df15d83
commit f9022814fd
5 changed files with 3 additions and 33 deletions

View File

@@ -24,9 +24,6 @@ public class ApiTestModule implements Module {
WxMpServiceImpl wxService = new WxMpServiceImpl();
wxService.setWxMpConfigStorage(config);
WxMpKefuService kefuService = new WxMpKefuServiceImpl();
wxService.setKefuService(kefuService);
binder.bind(WxMpServiceImpl.class).toInstance(wxService);
binder.bind(WxMpConfigStorage.class).toInstance(config);
} catch (IOException e) {