octicon-rss(16/)
You've already forked weixin-java-tools
mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-10 01:50:17 +08:00
简化优化客服相关接口代码
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
octicon-diff(16/tw-mr-1) 5 changed files with 3 additions and 33 deletions
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user