🎨 【小程序】增加退货组件相关接口,同时绑定/解绑物流账号接口增加缺失返回值
This commit is contained in:
@@ -35,7 +35,7 @@ public class ApiTestModule implements Module {
|
||||
binder.bind(WxMaService.class).toInstance(wxService);
|
||||
binder.bind(WxMaConfig.class).toInstance(config);
|
||||
|
||||
WxMaServiceOkHttpImpl wxMaServiceOkHttp = new cn.binarywang.wx.miniapp.api.impl.WxMaServiceOkHttpImpl();
|
||||
WxMaServiceOkHttpImpl wxMaServiceOkHttp = new WxMaServiceOkHttpImpl();
|
||||
wxMaServiceOkHttp.setWxMaConfig(config);
|
||||
binder.bind(WxMaServiceOkHttpImpl.class).toInstance(wxMaServiceOkHttp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user