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

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
BinaryWang
2016-07-05 10:55:47 +08:00
gitea-unlock(16/)
parent 244df15d83
commit f9022814fd
octicon-diff(16/tw-mr-1) 5 changed files with 3 additions and 33 deletions

3
weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/ApiTestModule.java
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) {