简化优化客服相关接口代码
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