mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-02-17 13:49:26 +08:00
简化优化客服相关接口代码
This commit is contained in:
@@ -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